5 | category / JsonWireProtocol method 6 | | 7 |8 | wd methods 9 | | 10 |
13 | GET /session/:sessionId/element/:id 14 | Describe the identified element. 15 | |
16 | 17 | NA 18 | | 19 |
22 | POST /session/:sessionId/touch/down 23 | Finger down on the screen. 24 | |
25 | 26 | NA 27 | | 28 |
31 | POST /session/:sessionId/touch/up 32 | Finger up on the screen. 33 | |
34 | 35 | NA 36 | | 37 |
40 | POST /session/:sessionId/touch/move 41 | Finger move on the screen. 42 | |
43 | 44 | NA 45 | | 46 |
49 | POST /session/:sessionId/touch/scroll 50 | Scroll on the touch screen using finger based motion events. 51 | |
52 | 53 | NA 54 | | 55 |
58 | POST /session/:sessionId/touch/doubleclick 59 | Double tap on the touch screen using finger motion events. 60 | |
61 | 62 | NA 63 | | 64 |
67 | POST /session/:sessionId/touch/longclick 68 | Long press on the touch screen using finger motion events. 69 | |
70 | 71 | NA 72 | | 73 |
76 | GET /session/:sessionId/local_storage 77 | Get all keys of the storage. 78 | |
79 | 80 | NA 81 | | 82 |
85 | GET /session/:sessionId/local_storage/size 86 | Get the number of items in the storage. 87 | |
88 | 89 | NA 90 | | 91 |
94 | GET /session/:sessionId/session_storage 95 | Get all keys of the storage. 96 | |
97 | 98 | NA 99 | | 100 |
103 | POST /session/:sessionId/session_storage 104 | Set the storage item for the given key. 105 | |
106 | 107 | NA 108 | | 109 |
112 | DELETE /session/:sessionId/session_storage 113 | Clear the storage. 114 | |
115 | 116 | NA 117 | | 118 |
121 | GET /session/:sessionId/session_storage/key/:key 122 | Get the storage item for the given key. 123 | |
124 | 125 | NA 126 | | 127 |
130 | DELETE /session/:sessionId/session_storage/key/:key 131 | Remove the storage item for the given key. 132 | |
133 | 134 | NA 135 | | 136 |
139 | GET /session/:sessionId/session_storage/size 140 | Get the number of items in the storage. 141 | |
142 | 143 | NA 144 | | 145 |
148 | GET /session/:sessionId/application_cache/status 149 | Get the status of the html5 application cache. 150 | |
151 | 152 | NA 153 | | 154 |
157 | MISSING: POST /session/:sessionId/appium/device/is_locked 158 | | 159 |
160 | isLocked(cb) -> cb(err) 161 | |
162 |
165 | MISSING: GET /session/:sessionId/appium/settings 166 | | 167 |
168 | settings(cb) -> cb(err, settingsObject) 169 | |
170 |
173 | MISSING: POST /session/:sessionId/appium/settings 174 | | 175 |
176 | updateSettings(settingsObject, cb) -> cb(err) 177 | |
178 |
5 | category / JsonWireProtocol method 6 | | 7 |8 | wd methods 9 | | 10 |
14 | {{#jsonWire}}
15 | {{method}} {{path}} 16 | {{desc}} 17 | {{/jsonWire}} 18 | {{#asserter}} 19 | asserter 20 | {{/asserter}} 21 | {{#wd}} 22 | wd 23 | {{/wd}} 24 | {{#extra}} 25 | extra 26 | {{/extra}} 27 | {{#missing}} 28 | MISSING: {{key}} 29 | {{/missing}} 30 | |
31 |
32 | {{#wd_doc0}}
33 | NA
34 | {{/wd_doc0}}
35 | {{#wd_doc1}}
36 | {{#desc}}
37 | {{line}} 38 | {{/desc}} 39 | {{/wd_doc1}} 40 | {{#wd_docN}} 41 |
42 | {{#desc}}
43 | {{line}} |
48 |