playwriter 0.0.80 → 0.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/a11y-client.js +18 -8
  2. package/dist/aria-snapshot.d.ts.map +1 -1
  3. package/dist/aria-snapshot.js +3 -1
  4. package/dist/aria-snapshot.js.map +1 -1
  5. package/dist/bippy.js +1 -1
  6. package/dist/cdp-relay.d.ts.map +1 -1
  7. package/dist/cdp-relay.js +84 -0
  8. package/dist/cdp-relay.js.map +1 -1
  9. package/dist/executor.d.ts.map +1 -1
  10. package/dist/executor.js +8 -6
  11. package/dist/executor.js.map +1 -1
  12. package/dist/ffmpeg.d.ts +6 -6
  13. package/dist/ffmpeg.d.ts.map +1 -1
  14. package/dist/ffmpeg.js +6 -6
  15. package/dist/ffmpeg.js.map +1 -1
  16. package/dist/ghost-cursor-client.js +15 -9
  17. package/dist/prompt.md +71 -337
  18. package/dist/readability.js +16 -2
  19. package/dist/recording-ghost-cursor.d.ts.map +1 -1
  20. package/dist/recording-ghost-cursor.js +1 -1
  21. package/dist/recording-ghost-cursor.js.map +1 -1
  22. package/dist/relay-client.js +1 -1
  23. package/dist/relay-client.js.map +1 -1
  24. package/dist/relay-core.test.d.ts.map +1 -1
  25. package/dist/relay-core.test.js +344 -16
  26. package/dist/relay-core.test.js.map +1 -1
  27. package/dist/relay-navigation.test.d.ts.map +1 -1
  28. package/dist/relay-navigation.test.js +115 -0
  29. package/dist/relay-navigation.test.js.map +1 -1
  30. package/dist/screen-recording.d.ts +24 -0
  31. package/dist/screen-recording.d.ts.map +1 -1
  32. package/dist/screen-recording.js +62 -0
  33. package/dist/screen-recording.js.map +1 -1
  34. package/dist/screen-recording.test.d.ts +2 -0
  35. package/dist/screen-recording.test.d.ts.map +1 -0
  36. package/dist/screen-recording.test.js +102 -0
  37. package/dist/screen-recording.test.js.map +1 -0
  38. package/dist/selector-generator.js +1 -1
  39. package/package.json +2 -2
  40. package/src/aria-snapshot.ts +3 -1
  41. package/src/aria-snapshots/github-interactive.txt +2 -0
  42. package/src/aria-snapshots/github-raw.txt +4 -0
  43. package/src/aria-snapshots/hackernews-interactive.txt +238 -241
  44. package/src/aria-snapshots/hackernews-raw.txt +267 -271
  45. package/src/assets/aria-labels-hacker-news.png +0 -0
  46. package/src/cdp-relay.ts +110 -0
  47. package/src/executor.ts +8 -6
  48. package/src/ffmpeg.ts +8 -8
  49. package/src/ghost-cursor-client.ts +3 -2
  50. package/src/recording-ghost-cursor.ts +7 -1
  51. package/src/relay-client.ts +1 -1
  52. package/src/relay-core.test.ts +378 -17
  53. package/src/relay-navigation.test.ts +132 -0
  54. package/src/screen-recording.test.ts +111 -0
  55. package/src/screen-recording.ts +81 -0
  56. package/src/skill.md +71 -339
  57. package/src/snapshots/shadcn-ui-accessibility-full.md +182 -180
  58. package/src/snapshots/shadcn-ui-accessibility-interactive.md +120 -118
@@ -1,190 +1,192 @@
1
- [return value] - banner:
2
- - role=link[name="shadcn/ui"]
3
- - navigation:
4
- - role=link[name="Docs"]
5
- - role=link[name="Components"]
6
- - role=link[name="Blocks"]
7
- - role=link[name="Charts"]
8
- - role=link[name="Directory"]
9
- - role=link[name="Create"]
10
- - role=button[name="Search documentation..."]
11
- - role=link[name="107k"]
12
- - role=button[name="Toggle theme"]
1
+ [return value] - banner:
2
+ - role=link[name="shadcn/ui"]
3
+ - navigation:
4
+ - role=link[name="Docs"]
5
+ - role=link[name="Components"]
6
+ - role=link[name="Blocks"]
7
+ - role=link[name="Charts"]
8
+ - role=link[name="Directory"]
9
+ - role=link[name="Create"]
10
+ - role=button[name="Search documentation..."]
11
+ - role=link[name="109k"]
12
+ - role=button[name="Toggle theme"]
13
+ - role=link[name="New"]
14
+ - main:
15
+ - role=link[name="shadcn/skills, presets and more"]
16
+ - heading "The Foundation for your Design System"
17
+ - paragraph:
18
+ - text: "A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code."
13
19
  - role=link[name="New Project"]
14
- - main:
15
- - role=link[name="RTL Support"]
16
- - heading "The Foundation for your Design System"
17
- - paragraph:
18
- - text: "A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code."
19
- - role=link[name="Get Started"]
20
- - role=link[name="View Components"]
21
- - layouttable:
22
- - role=link[name="Examples"]
23
- - role=link[name="Dashboard"]
24
- - role=link[name="Tasks"]
25
- - role=link[name="Playground"]
26
- - role=link[name="Authentication"]
27
- - role=link[name="RTL"]
28
- - labeltext:
29
- - text: "Theme"
30
- - combobox "Theme" [id="theme-selector"]:
31
- - text: "Neutral"
32
- - role=button[name="Copy Code"]
33
- - group "Payment Method":
34
- - paragraph:
35
- - text: "All transactions are secure and encrypted"
20
+ - role=link[name="View Components"]
21
+ - layouttable:
22
+ - role=link[name="Examples"]
23
+ - role=link[name="Dashboard"]
24
+ - role=link[name="Tasks"]
25
+ - role=link[name="Playground"]
26
+ - role=link[name="Authentication"]
27
+ - role=link[name="RTL"]
28
+ - labeltext:
29
+ - text: "Theme"
30
+ - combobox "Theme" [id="theme-selector"]:
31
+ - text: "Neutral"
32
+ - role=button[name="Copy Code"]
33
+ - group "Payment Method":
34
+ - paragraph:
35
+ - text: "All transactions are secure and encrypted"
36
+ - labeltext:
37
+ - text: "Name on Card"
38
+ - textbox "Name on Card" [id="checkout-7j9-card-name-43j"]
36
39
  - labeltext:
37
- - text: "Name on Card"
38
- - textbox "Name on Card" [id="checkout-7j9-card-name-43j"]
39
- - labeltext:
40
- - text: "Card Number"
41
- - textbox "Card Number" [id="checkout-7j9-card-number-uw1"]
42
- - paragraph:
43
- - text: "Enter your 16-digit number."
44
- - labeltext:
45
- - text: "CVV"
46
- - textbox "CVV" [id="checkout-7j9-cvv"]
47
- - labeltext:
48
- - text: "Month"
49
- - combobox "Month" [id="checkout-7j9-exp-month-ts6"]:
50
- - text: "MM"
51
- - labeltext:
52
- - text: "Year"
53
- - combobox "Year" [id="checkout-7j9-exp-year-f59"]:
54
- - text: "YYYY"
55
- - group "Billing Address":
56
- - paragraph:
57
- - text: "The billing address associated with your payment method"
58
- - checkbox "Same as shipping address" [id="checkout-7j9-same-as-shipping-wgm"]
40
+ - text: "Card Number"
41
+ - textbox "Card Number" [id="checkout-7j9-card-number-uw1"]
42
+ - paragraph:
43
+ - text: "Enter your 16-digit number."
59
44
  - labeltext:
60
- - text: "Same as shipping address"
61
- - labeltext:
62
- - text: "Comments"
63
- - textbox "Comments" [id="checkout-7j9-optional-comments"]
64
- - role=button[name="Submit"]
65
- - role=button[name="Cancel"] >> nth=0
66
- - text: "CN"
67
- - text: "LR"
68
- - text: "ER"
69
- - text: "No Team Members"
70
- - text: "Invite your team to collaborate on this project."
71
- - role=button[name="Invite Members"]
72
- - status "Loading"
73
- - text: "Syncing"
74
- - status "Loading"
75
- - text: "Updating"
76
- - status "Loading"
77
- - text: "Loading"
78
- - role=button[name="Add"] >> nth=0
79
- - role=textbox[name="Send a message..."]
80
- - role=button[name="Voice Mode"]
81
- - text: "Price Range"
82
- - paragraph:
83
- - text: "Set your budget range ($"
84
- - text: "200"
85
- - text: "-"
86
- - text: "800"
87
- - text: ")."
88
- - generic "Price Range"
89
- - role=textbox[name="Search..."]
90
- - text: "12 results"
91
- - role=textbox[name="example.com"]
92
- - text: "https://"
93
- - role=button[name="Info"] >> nth=0
94
- - role=textbox[name="Ask, Search or Chat..."]
95
- - role=button[name="Add"] >> nth=1
96
- - button "Auto" [id="radix-_R_2jlbav5uiuplb_"]
97
- - text: "52% used"
98
- - role=button[name="Send"] >> nth=0
99
- - role=textbox[name="@shadcn"]
100
- - labeltext:
101
- - text: "Input Secure"
102
- - textbox "Input Secure" [id="input-secure-19"]
103
- - role=button[name="Info"] >> nth=1
104
- - text: "https://"
105
- - role=button[name="Favorite"]
106
- - text: "Two-factor authentication"
107
- - role=button[name="Enable"]
108
- - role=link[name="Your profile has been verified."]
109
- - text: "Appearance Settings"
110
- - group "Compute Environment":
45
+ - text: "CVV"
46
+ - textbox "CVV" [id="checkout-7j9-cvv"]
47
+ - labeltext:
48
+ - text: "Month"
49
+ - combobox "Month" [id="checkout-7j9-exp-month-ts6"]:
50
+ - text: "MM"
51
+ - labeltext:
52
+ - text: "Year"
53
+ - combobox "Year" [id="checkout-7j9-exp-year-f59"]:
54
+ - text: "YYYY"
55
+ - group "Billing Address":
111
56
  - paragraph:
112
- - text: "Select the compute environment for your cluster."
113
- - radiogroup:
57
+ - text: "The billing address associated with your payment method"
58
+ - checkbox "Same as shipping address" [id="checkout-7j9-same-as-shipping-wgm"]
114
59
  - labeltext:
115
- - text: "Kubernetes"
116
- - paragraph:
117
- - text: "Run GPU workloads on a K8s configured cluster. This is the default."
118
- - radio "Kubernetes" [id="kubernetes-r2h"]
119
- - labeltext:
120
- - text: "Virtual Machine"
121
- - paragraph:
122
- - text: "Access a VM configured cluster to run workloads. (Coming soon)"
123
- - radio "Virtual Machine" [id="vm-z4k"]
124
- - labeltext:
125
- - text: "Number of GPUs"
126
- - paragraph:
127
- - text: "You can add more later."
128
- - textbox "Number of GPUs" [id="number-of-gpus-f6l"]:
129
- - text: "8"
130
- - role=button[name="Decrement"]
131
- - role=button[name="Increment"]
60
+ - text: "Same as shipping address"
132
61
  - labeltext:
133
- - text: "Wallpaper Tinting"
134
- - paragraph:
135
- - text: "Allow the wallpaper to be tinted."
136
- - switch "Wallpaper Tinting" [id="tinting"]
137
- - labeltext:
138
- - text: "Prompt"
139
- - textbox "Prompt" [id="notion-prompt"]
140
- - role=button[name="Add context"]
141
- - role=button[name="Attach file"]
142
- - button "Auto" [id="radix-_R_1e6bav5uiuplb_"]
143
- - button "All Sources" [id="radix-_R_1u6bav5uiuplb_"]
144
- - role=button[name="Send"] >> nth=1
145
- - role=button[name="Go Back"]
146
- - role=button[name="Archive"]
147
- - role=button[name="Report"]
148
- - role=button[name="Snooze"]
149
- - button "More Options" [id="radix-_R_babav5uiuplb_"]
62
+ - text: "Comments"
63
+ - textbox "Comments" [id="checkout-7j9-optional-comments"]
64
+ - role=button[name="Submit"]
65
+ - role=button[name="Cancel"] >> nth=0
66
+ - image "@shadcn"
67
+ - image "@maxleiter"
68
+ - image "@evilrabbit"
69
+ - text: "No Team Members"
70
+ - text: "Invite your team to collaborate on this project."
71
+ - role=button[name="Invite Members"]
72
+ - status "Loading"
73
+ - text: "Syncing"
74
+ - status "Loading"
75
+ - text: "Updating"
76
+ - status "Loading"
77
+ - text: "Loading"
78
+ - role=button[name="Add"] >> nth=0
79
+ - role=textbox[name="Send a message..."]
80
+ - role=button[name="Voice Mode"]
81
+ - text: "Price Range"
82
+ - paragraph:
83
+ - text: "Set your budget range ($"
84
+ - text: "200"
85
+ - text: "-"
86
+ - text: "800"
87
+ - text: ")."
88
+ - generic "Price Range":
89
+ - role=slider[name="Minimum"]
90
+ - role=slider[name="Maximum"]
91
+ - role=textbox[name="Search..."]
92
+ - text: "12 results"
93
+ - role=textbox[name="example.com"]
94
+ - text: "https://"
95
+ - role=button[name="Info"] >> nth=0
96
+ - role=textbox[name="Ask, Search or Chat..."]
97
+ - role=button[name="Add"] >> nth=1
98
+ - button "Auto" [id="radix-_R_aeldbsnqbr6lb_"]
99
+ - text: "52% used"
100
+ - role=button[name="Send"] >> nth=0
101
+ - role=textbox[name="@shadcn"]
150
102
  - labeltext:
151
- - "I agree to the terms and conditions" [id="checkbox-demo"]
152
- - labeltext:
153
- - text: "I agree to the terms and conditions"
154
- - role=button[name="1"]
155
- - role=button[name="2"]
156
- - role=button[name="3"]
157
- - role=button[name="Previous"]
158
- - role=button[name="Next"]
159
- - role=button[name="Copilot"]
160
- - role=button[name="Open Popover"]
161
- - group "How did you hear about us?":
103
+ - text: "Input Secure"
104
+ - textbox "Input Secure" [id="input-secure-19"]
105
+ - role=button[name="Info"] >> nth=1
106
+ - text: "https://"
107
+ - role=button[name="Favorite"]
108
+ - text: "Two-factor authentication"
109
+ - role=button[name="Enable"]
110
+ - role=link[name="Your profile has been verified."]
111
+ - text: "Appearance Settings"
112
+ - group "Compute Environment":
113
+ - paragraph:
114
+ - text: "Select the compute environment for your cluster."
115
+ - radiogroup:
116
+ - labeltext:
117
+ - text: "Kubernetes"
118
+ - paragraph:
119
+ - text: "Run GPU workloads on a K8s configured cluster. This is the default."
120
+ - radio "Kubernetes" [id="kubernetes-r2h"]
121
+ - labeltext:
122
+ - text: "Virtual Machine"
162
123
  - paragraph:
163
- - text: "Select the option that best describes how you heard about us."
164
- - labeltext:
165
- - checkbox [id="social-media"]
166
- - text: "Social Media"
167
- - labeltext:
168
- - checkbox [id="search-engine"]
169
- - text: "Search Engine"
170
- - labeltext:
171
- - checkbox [id="referral"]
172
- - text: "Referral"
173
- - labeltext:
174
- - checkbox [id="other"]
175
- - text: "Other"
176
- - status "Loading"
177
- - text: "Processing your request"
178
- - text: "Please wait while we process your request. Do not refresh the page."
179
- - role=button[name="Cancel"] >> nth=1
180
- - contentinfo:
181
- - text: "Built by"
182
- - role=link[name="shadcn"]
183
- - text: "at"
184
- - role=link[name="Vercel"]
185
- - text: ". The source code is available on"
186
- - role=link[name="GitHub"]
187
- - text: "."
188
- - region "Notifications alt+T"
124
+ - text: "Access a VM configured cluster to run workloads. (Coming soon)"
125
+ - radio "Virtual Machine" [id="vm-z4k"]
126
+ - labeltext:
127
+ - text: "Number of GPUs"
128
+ - paragraph:
129
+ - text: "You can add more later."
130
+ - textbox "Number of GPUs" [id="number-of-gpus-f6l"]:
131
+ - text: "8"
132
+ - role=button[name="Decrement"]
133
+ - role=button[name="Increment"]
134
+ - labeltext:
135
+ - text: "Wallpaper Tinting"
136
+ - paragraph:
137
+ - text: "Allow the wallpaper to be tinted."
138
+ - switch "Wallpaper Tinting" [id="tinting"]
139
+ - labeltext:
140
+ - text: "Prompt"
141
+ - textbox "Prompt" [id="notion-prompt"]
142
+ - role=button[name="Add context"]
143
+ - role=button[name="Attach file"]
144
+ - button "Auto" [id="radix-_R_5opdbsnqbr6lb_"]
145
+ - button "All Sources" [id="radix-_R_7opdbsnqbr6lb_"]
146
+ - role=button[name="Send"] >> nth=1
147
+ - role=button[name="Go Back"]
148
+ - role=button[name="Archive"]
149
+ - role=button[name="Report"]
150
+ - role=button[name="Snooze"]
151
+ - button "More Options" [id="radix-_R_1d9dbsnqbr6lb_"]
152
+ - labeltext:
153
+ - "I agree to the terms and conditions" [id="checkbox-demo"]
154
+ - labeltext:
155
+ - text: "I agree to the terms and conditions"
156
+ - role=button[name="1"]
157
+ - role=button[name="2"]
158
+ - role=button[name="3"]
159
+ - role=button[name="Previous"]
160
+ - role=button[name="Next"]
161
+ - role=button[name="Copilot"]
162
+ - role=button[name="Open Popover"]
163
+ - group "How did you hear about us?":
164
+ - paragraph:
165
+ - text: "Select the option that best describes how you heard about us."
166
+ - labeltext:
167
+ - checkbox [id="social-media"]
168
+ - text: "Social Media"
169
+ - labeltext:
170
+ - checkbox [id="search-engine"]
171
+ - text: "Search Engine"
172
+ - labeltext:
173
+ - checkbox [id="referral"]
174
+ - text: "Referral"
175
+ - labeltext:
176
+ - checkbox [id="other"]
177
+ - text: "Other"
178
+ - status "Loading"
179
+ - text: "Processing your request"
180
+ - text: "Please wait while we process your request. Do not refresh the page."
181
+ - role=button[name="Cancel"] >> nth=1
182
+ - contentinfo:
183
+ - text: "Built by"
184
+ - role=link[name="shadcn"]
185
+ - text: "at"
186
+ - role=link[name="Vercel"]
187
+ - text: ". The source code is available on"
188
+ - role=link[name="GitHub"]
189
+ - text: "."
190
+ - region "Notifications alt+T"
189
191
 
190
192
  use refToLocator({ ref: 'e3' }) to get locators for ref strings.
@@ -1,129 +1,131 @@
1
- [return value] - banner:
2
- - role=link[name="shadcn/ui"]
3
- - navigation:
4
- - role=link[name="Docs"]
5
- - role=link[name="Components"]
6
- - role=link[name="Blocks"]
7
- - role=link[name="Charts"]
8
- - role=link[name="Directory"]
9
- - role=link[name="Create"]
10
- - role=button[name="Search documentation..."]
11
- - role=link[name="107k"]
12
- - role=button[name="Toggle theme"]
1
+ [return value] - banner:
2
+ - role=link[name="shadcn/ui"]
3
+ - navigation:
4
+ - role=link[name="Docs"]
5
+ - role=link[name="Components"]
6
+ - role=link[name="Blocks"]
7
+ - role=link[name="Charts"]
8
+ - role=link[name="Directory"]
9
+ - role=link[name="Create"]
10
+ - role=button[name="Search documentation..."]
11
+ - role=link[name="109k"]
12
+ - role=button[name="Toggle theme"]
13
+ - role=link[name="New"]
14
+ - main:
15
+ - role=link[name="shadcn/skills, presets and more"]
13
16
  - role=link[name="New Project"]
14
- - main:
15
- - role=link[name="RTL Support"]
16
- - role=link[name="Get Started"]
17
- - role=link[name="View Components"]
18
- - role=link[name="Examples"]
19
- - role=link[name="Dashboard"]
20
- - role=link[name="Tasks"]
21
- - role=link[name="Playground"]
22
- - role=link[name="Authentication"]
23
- - role=link[name="RTL"]
24
- - labeltext:
25
- - text: "Theme"
26
- - combobox "Theme" [id="theme-selector"]
27
- - role=button[name="Copy Code"]
17
+ - role=link[name="View Components"]
18
+ - role=link[name="Examples"]
19
+ - role=link[name="Dashboard"]
20
+ - role=link[name="Tasks"]
21
+ - role=link[name="Playground"]
22
+ - role=link[name="Authentication"]
23
+ - role=link[name="RTL"]
24
+ - labeltext:
25
+ - text: "Theme"
26
+ - combobox "Theme" [id="theme-selector"]
27
+ - role=button[name="Copy Code"]
28
+ - labeltext:
29
+ - text: "Name on Card"
30
+ - textbox "Name on Card" [id="checkout-7j9-card-name-43j"]
28
31
  - labeltext:
29
- - text: "Name on Card"
30
- - textbox "Name on Card" [id="checkout-7j9-card-name-43j"]
31
- - labeltext:
32
- - text: "Card Number"
33
- - textbox "Card Number" [id="checkout-7j9-card-number-uw1"]
34
- - labeltext:
35
- - text: "CVV"
36
- - textbox "CVV" [id="checkout-7j9-cvv"]
37
- - labeltext:
38
- - text: "Month"
39
- - combobox "Month" [id="checkout-7j9-exp-month-ts6"]
40
- - labeltext:
41
- - text: "Year"
42
- - combobox "Year" [id="checkout-7j9-exp-year-f59"]
43
- - checkbox "Same as shipping address" [id="checkout-7j9-same-as-shipping-wgm"]
32
+ - text: "Card Number"
33
+ - textbox "Card Number" [id="checkout-7j9-card-number-uw1"]
44
34
  - labeltext:
45
- - text: "Same as shipping address"
35
+ - text: "CVV"
36
+ - textbox "CVV" [id="checkout-7j9-cvv"]
46
37
  - labeltext:
47
- - text: "Comments"
48
- - textbox "Comments" [id="checkout-7j9-optional-comments"]
49
- - role=button[name="Submit"]
50
- - role=button[name="Cancel"] >> nth=0
51
- - role=button[name="Invite Members"]
52
- - role=button[name="Add"] >> nth=0
53
- - role=textbox[name="Send a message..."]
54
- - role=button[name="Voice Mode"]
55
- - role=textbox[name="Search..."]
56
- - role=textbox[name="example.com"]
57
- - role=button[name="Info"] >> nth=0
58
- - role=textbox[name="Ask, Search or Chat..."]
59
- - role=button[name="Add"] >> nth=1
60
- - button "Auto" [id="radix-_R_2jlbav5uiuplb_"]
61
- - role=button[name="Send"] >> nth=0
62
- - role=textbox[name="@shadcn"]
63
- - labeltext:
64
- - text: "Input Secure"
65
- - textbox "Input Secure" [id="input-secure-19"]
66
- - role=button[name="Info"] >> nth=1
67
- - role=button[name="Favorite"]
68
- - role=button[name="Enable"]
69
- - role=link[name="Your profile has been verified."]
70
- - labeltext:
71
- - text: "Kubernetes"
72
- - text: "Run GPU workloads on a K8s configured cluster. This is the default."
73
- - radio "Kubernetes" [id="kubernetes-r2h"]
74
- - labeltext:
75
- - text: "Virtual Machine"
76
- - text: "Access a VM configured cluster to run workloads. (Coming soon)"
77
- - radio "Virtual Machine" [id="vm-z4k"]
38
+ - text: "Month"
39
+ - combobox "Month" [id="checkout-7j9-exp-month-ts6"]
40
+ - labeltext:
41
+ - text: "Year"
42
+ - combobox "Year" [id="checkout-7j9-exp-year-f59"]
43
+ - checkbox "Same as shipping address" [id="checkout-7j9-same-as-shipping-wgm"]
78
44
  - labeltext:
79
- - text: "Number of GPUs"
80
- - textbox "Number of GPUs" [id="number-of-gpus-f6l"]
81
- - role=button[name="Decrement"]
82
- - role=button[name="Increment"]
45
+ - text: "Same as shipping address"
83
46
  - labeltext:
84
- - text: "Wallpaper Tinting"
85
- - switch "Wallpaper Tinting" [id="tinting"]
47
+ - text: "Comments"
48
+ - textbox "Comments" [id="checkout-7j9-optional-comments"]
49
+ - role=button[name="Submit"]
50
+ - role=button[name="Cancel"] >> nth=0
51
+ - role=button[name="Invite Members"]
52
+ - role=button[name="Add"] >> nth=0
53
+ - role=textbox[name="Send a message..."]
54
+ - role=button[name="Voice Mode"]
55
+ - role=slider[name="Minimum"]
56
+ - role=slider[name="Maximum"]
57
+ - role=textbox[name="Search..."]
58
+ - role=textbox[name="example.com"]
59
+ - role=button[name="Info"] >> nth=0
60
+ - role=textbox[name="Ask, Search or Chat..."]
61
+ - role=button[name="Add"] >> nth=1
62
+ - button "Auto" [id="radix-_R_aeldbsnqbr6lb_"]
63
+ - role=button[name="Send"] >> nth=0
64
+ - role=textbox[name="@shadcn"]
86
65
  - labeltext:
87
- - text: "Prompt"
88
- - textbox "Prompt" [id="notion-prompt"]
89
- - role=button[name="Add context"]
90
- - role=button[name="Attach file"]
91
- - button "Auto" [id="radix-_R_1e6bav5uiuplb_"]
92
- - button "All Sources" [id="radix-_R_1u6bav5uiuplb_"]
93
- - role=button[name="Send"] >> nth=1
94
- - role=button[name="Go Back"]
95
- - role=button[name="Archive"]
96
- - role=button[name="Report"]
97
- - role=button[name="Snooze"]
98
- - button "More Options" [id="radix-_R_babav5uiuplb_"]
66
+ - text: "Input Secure"
67
+ - textbox "Input Secure" [id="input-secure-19"]
68
+ - role=button[name="Info"] >> nth=1
69
+ - role=button[name="Favorite"]
70
+ - role=button[name="Enable"]
71
+ - role=link[name="Your profile has been verified."]
99
72
  - labeltext:
100
- - "I agree to the terms and conditions" [id="checkbox-demo"]
73
+ - text: "Kubernetes"
74
+ - text: "Run GPU workloads on a K8s configured cluster. This is the default."
75
+ - radio "Kubernetes" [id="kubernetes-r2h"]
76
+ - labeltext:
77
+ - text: "Virtual Machine"
78
+ - text: "Access a VM configured cluster to run workloads. (Coming soon)"
79
+ - radio "Virtual Machine" [id="vm-z4k"]
80
+ - labeltext:
81
+ - text: "Number of GPUs"
82
+ - textbox "Number of GPUs" [id="number-of-gpus-f6l"]
83
+ - role=button[name="Decrement"]
84
+ - role=button[name="Increment"]
101
85
  - labeltext:
102
- - text: "I agree to the terms and conditions"
103
- - role=button[name="1"]
104
- - role=button[name="2"]
105
- - role=button[name="3"]
106
- - role=button[name="Previous"]
107
- - role=button[name="Next"]
108
- - role=button[name="Copilot"]
109
- - role=button[name="Open Popover"]
110
- - labeltext:
111
- - checkbox [id="social-media"]
112
- - text: "Social Media"
113
- - labeltext:
114
- - checkbox [id="search-engine"]
115
- - text: "Search Engine"
116
- - labeltext:
117
- - checkbox [id="referral"]
118
- - text: "Referral"
119
- - labeltext:
120
- - checkbox [id="other"]
121
- - text: "Other"
122
- - role=button[name="Cancel"] >> nth=1
123
- - contentinfo:
124
- - role=link[name="shadcn"]
125
- - role=link[name="Vercel"]
126
- - role=link[name="GitHub"]
127
- - region "Notifications alt+T"
86
+ - text: "Wallpaper Tinting"
87
+ - switch "Wallpaper Tinting" [id="tinting"]
88
+ - labeltext:
89
+ - text: "Prompt"
90
+ - textbox "Prompt" [id="notion-prompt"]
91
+ - role=button[name="Add context"]
92
+ - role=button[name="Attach file"]
93
+ - button "Auto" [id="radix-_R_5opdbsnqbr6lb_"]
94
+ - button "All Sources" [id="radix-_R_7opdbsnqbr6lb_"]
95
+ - role=button[name="Send"] >> nth=1
96
+ - role=button[name="Go Back"]
97
+ - role=button[name="Archive"]
98
+ - role=button[name="Report"]
99
+ - role=button[name="Snooze"]
100
+ - button "More Options" [id="radix-_R_1d9dbsnqbr6lb_"]
101
+ - labeltext:
102
+ - "I agree to the terms and conditions" [id="checkbox-demo"]
103
+ - labeltext:
104
+ - text: "I agree to the terms and conditions"
105
+ - role=button[name="1"]
106
+ - role=button[name="2"]
107
+ - role=button[name="3"]
108
+ - role=button[name="Previous"]
109
+ - role=button[name="Next"]
110
+ - role=button[name="Copilot"]
111
+ - role=button[name="Open Popover"]
112
+ - labeltext:
113
+ - checkbox [id="social-media"]
114
+ - text: "Social Media"
115
+ - labeltext:
116
+ - checkbox [id="search-engine"]
117
+ - text: "Search Engine"
118
+ - labeltext:
119
+ - checkbox [id="referral"]
120
+ - text: "Referral"
121
+ - labeltext:
122
+ - checkbox [id="other"]
123
+ - text: "Other"
124
+ - role=button[name="Cancel"] >> nth=1
125
+ - contentinfo:
126
+ - role=link[name="shadcn"]
127
+ - role=link[name="Vercel"]
128
+ - role=link[name="GitHub"]
129
+ - region "Notifications alt+T"
128
130
 
129
131
  use refToLocator({ ref: 'e3' }) to get locators for ref strings.