@@ -18,14 +18,26 @@ export const commandCatalog: readonly CommandCatalogEntry[] = [
1818 { command : 'diff screenshot' , category : 'portable-runtime' , status : 'implemented' } ,
1919 { command : 'snapshot' , category : 'portable-runtime' , status : 'implemented' } ,
2020 { command : 'diff snapshot' , category : 'portable-runtime' , status : 'implemented' } ,
21+ { command : 'capture.screenshot' , category : 'portable-runtime' , status : 'implemented' } ,
22+ { command : 'capture.diffScreenshot' , category : 'portable-runtime' , status : 'implemented' } ,
23+ { command : 'capture.snapshot' , category : 'portable-runtime' , status : 'implemented' } ,
24+ { command : 'capture.diffSnapshot' , category : 'portable-runtime' , status : 'implemented' } ,
2125 { command : 'find read-only' , category : 'portable-runtime' , status : 'implemented' } ,
2226 { command : 'get' , category : 'portable-runtime' , status : 'implemented' } ,
2327 { command : 'is' , category : 'portable-runtime' , status : 'implemented' } ,
2428 { command : 'wait' , category : 'portable-runtime' , status : 'implemented' } ,
29+ { command : 'selectors.find' , category : 'portable-runtime' , status : 'implemented' } ,
30+ { command : 'selectors.get' , category : 'portable-runtime' , status : 'implemented' } ,
31+ { command : 'selectors.is' , category : 'portable-runtime' , status : 'implemented' } ,
32+ { command : 'selectors.wait' , category : 'portable-runtime' , status : 'implemented' } ,
2533 { command : 'alert' , category : 'portable-runtime' , status : 'planned' } ,
2634 { command : 'click' , category : 'portable-runtime' , status : 'implemented' } ,
2735 { command : 'press' , category : 'portable-runtime' , status : 'implemented' } ,
2836 { command : 'fill' , category : 'portable-runtime' , status : 'implemented' } ,
37+ { command : 'interactions.click' , category : 'portable-runtime' , status : 'implemented' } ,
38+ { command : 'interactions.press' , category : 'portable-runtime' , status : 'implemented' } ,
39+ { command : 'interactions.fill' , category : 'portable-runtime' , status : 'implemented' } ,
40+ { command : 'interactions.typeText' , category : 'portable-runtime' , status : 'implemented' } ,
2941 { command : 'longpress' , category : 'portable-runtime' , status : 'planned' } ,
3042 { command : 'swipe' , category : 'portable-runtime' , status : 'planned' } ,
3143 { command : 'focus' , category : 'portable-runtime' , status : 'planned' } ,
@@ -83,8 +95,8 @@ export const commandCatalog: readonly CommandCatalogEntry[] = [
8395 { command : 'metro' , category : 'environment' , status : 'planned' } ,
8496 { command : 'record' , category : 'capability-gated' , status : 'implemented' } ,
8597 { command : 'trace' , category : 'capability-gated' , status : 'implemented' } ,
86- { command : 'replay' , category : 'capability-gated' , status : 'implemented ' } ,
87- { command : 'test' , category : 'capability-gated' , status : 'implemented ' } ,
98+ { command : 'replay' , category : 'capability-gated' , status : 'planned ' } ,
99+ { command : 'test' , category : 'capability-gated' , status : 'planned ' } ,
88100 { command : 'batch' , category : 'capability-gated' , status : 'implemented' } ,
89101 { command : 'logs' , category : 'capability-gated' , status : 'implemented' } ,
90102 { command : 'network' , category : 'capability-gated' , status : 'implemented' } ,
0 commit comments