docs: add ExternalDriver docstrings (#17985)

This commit is contained in:
Jonathan Lipps
2023-01-10 14:36:48 -08:00
committed by GitHub
parent c5bbb950ed
commit d8588e107c
3 changed files with 1609 additions and 67 deletions

View File

@@ -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'},

View File

@@ -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