mirror of
https://github.com/appium/appium.git
synced 2026-02-22 03:08:47 -06:00
docs: add ExternalDriver docstrings (#17985)
This commit is contained in:
@@ -135,7 +135,7 @@ const METHOD_MAP = /** @type {const} */ ({
|
||||
POST: {command: 'setFrame', payloadParams: {required: ['id']}},
|
||||
},
|
||||
'/session/:sessionId/frame/parent': {
|
||||
POST: {},
|
||||
POST: {command: 'switchToParentFrame'},
|
||||
},
|
||||
'/session/:sessionId/window': {
|
||||
GET: {command: 'getWindowHandle'},
|
||||
|
||||
@@ -35,7 +35,7 @@ describe('Protocol', function () {
|
||||
}
|
||||
let hash = shasum.digest('hex').substring(0, 8);
|
||||
// Modify the hash whenever the protocol has intentionally been modified.
|
||||
hash.should.equal('43ef41a2');
|
||||
hash.should.equal('b1985791');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user