-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextual.log
73 lines (73 loc) · 3.65 KB
/
textual.log
1
2
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
---
driver=<class 'textual.drivers.windows_driver.WindowsDriver'>
event monitor constructed
event monitor thread started
Mount() >>> FettBox(title='Fett Box')
Mount() >>> DockView(name='DockView#1')
Mount() >>> TopGrid(name='top_grid')
Mount() >>> TopGrid(name='top_grid')
Mount() >>> PlayerModule(name='red_panel')
Mount() >>> PlayerModule(name='red_panel')
Mount() >>> PlayerModule(name='blue_panel')
Mount() >>> PlayerModule(name='blue_panel')
Mount() >>> PlayerModule(name='green_panel')
Mount() >>> PlayerModule(name='green_panel')
Mount() >>> PlayerModule(name='yellow_panel')
Mount() >>> PlayerModule(name='yellow_panel')
Mount() >>> PlayerModule(name='white_panel')
Mount() >>> PlayerModule(name='white_panel')
Mount() >>> Stopwatch(name='red_stopwatch')
Mount() >>> Stopwatch(name='blue_stopwatch')
Mount() >>> Stopwatch(name='green_stopwatch')
Mount() >>> Stopwatch(name='yellow_stopwatch')
Mount() >>> Stopwatch(name='white_stopwatch')
set_focus LedButton(name='start_button')
MouseDown(x=117, y=1, screen_y=16, button=1) >>> LedButton(name='start_button')
MouseUp(x=117, y=1, screen_y=16, button=1) >>> LedButton(name='start_button')
Click(x=117, y=1, screen_y=16, button=1) >>> LedButton(name='start_button')
set_focus LedButton(name='blue_button')
MouseDown(x=6, y=1, screen_x=30, button=1) >>> LedButton(name='blue_button')
MouseUp(x=6, y=1, screen_x=30, button=1) >>> LedButton(name='blue_button')
Click(x=6, y=1, screen_x=30, button=1) >>> LedButton(name='blue_button')
ButtonPressed(LedButton(name='blue_button')) >>> PlayerModule(name='blue_panel')
set_focus LedButton(name='yellow_button')
MouseDown(x=6, y=1, screen_x=78, button=1) >>> LedButton(name='yellow_button')
MouseUp(x=6, y=1, screen_x=78, button=1) >>> LedButton(name='yellow_button')
Click(x=6, y=1, screen_x=78, button=1) >>> LedButton(name='yellow_button')
ButtonPressed(LedButton(name='yellow_button')) >>> PlayerModule(name='yellow_panel')
set_focus LedButton(name='start_button')
MouseDown(x=116, y=1, screen_y=16, button=1) >>> LedButton(name='start_button')
MouseUp(x=116, y=1, screen_y=16, button=1) >>> LedButton(name='start_button')
Click(x=116, y=1, screen_y=16, button=1) >>> LedButton(name='start_button')
set_focus LedButton(name='yellow_button')
MouseDown(x=6, y=1, screen_x=78, button=1) >>> LedButton(name='yellow_button')
MouseUp(x=6, y=1, screen_x=78, button=1) >>> LedButton(name='yellow_button')
Click(x=6, y=1, screen_x=78, button=1) >>> LedButton(name='yellow_button')
ButtonPressed(LedButton(name='yellow_button')) >>> PlayerModule(name='yellow_panel')
set_focus LedButton(name='blue_button')
MouseDown(x=6, y=1, screen_x=30, button=1) >>> LedButton(name='blue_button')
MouseUp(x=6, y=1, screen_x=30, button=1) >>> LedButton(name='blue_button')
Click(x=6, y=1, screen_x=30, button=1) >>> LedButton(name='blue_button')
ButtonPressed(LedButton(name='blue_button')) >>> PlayerModule(name='blue_panel')
Key(key='ctrl+@') >>> FettBox(title='Fett Box')
Key(key='ctrl+c') >>> FettBox(title='Fett Box')
ACTION FettBox(title='Fett Box') quit
event monitor thread finished
CLOSED FettBox(title='Fett Box')
PROCESS END
CLOSED TopGrid(name='top_grid')
CLOSED Stopwatch(name='white_stopwatch')
CLOSED Stopwatch(name='blue_stopwatch')
CLOSED LedButton(name='start_button')
CLOSED LedButton(name='green_button')
CLOSED Stopwatch(name='red_stopwatch')
CLOSED LedButton(name='yellow_button')
CLOSED PlayerModule(name='white_panel')
CLOSED DockView(name='DockView#1')
CLOSED PlayerModule(name='yellow_panel')
CLOSED Stopwatch(name='yellow_stopwatch')
CLOSED LedButton(name='blue_button')
CLOSED PlayerModule(name='red_panel')
CLOSED PlayerModule(name='blue_panel')
CLOSED PlayerModule(name='green_panel')
CLOSED Stopwatch(name='green_stopwatch')