You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// rest.post('/wd/hub/session/:sessionId?/element/:elementId?/element --> Search for an element on the page, starting from the identified element.
47
-
// rest.post('/wd/hub/session/:sessionId?/element/:elementId?/elements --> Search for multiple elements on the page, starting from the identified element.
48
46
// rest.post('/wd/hub/session/:sessionId?/execute --> Inject a snippet of JavaScript into the page for execution in the context of the currently selected frame.
49
-
// rest.post('/wd/hub/session/:sessionId?/touch/flick --> Flick on the touch screen using finger motion events.
50
47
// rest.get('/wd/hub/session/:sessionId?/local_storage --> Get all keys of the storage.
51
48
// rest.post('/wd/hub/session/:sessionId?/local_storage --> Set the storage item for the given key.
52
49
// rest.delete('/wd/hub/session/:sessionId?/local_storage --> Clear the storage.
0 commit comments