зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1832380 - [webdriver-bidi] Remove experimental flag for "input.performActions" and "input.releaseActions". r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D178091
This commit is contained in:
Родитель
c8814fd597
Коммит
4a00fc9777
|
@ -18,7 +18,6 @@ class InputModule extends RootBiDiModule {
|
|||
destroy() {}
|
||||
|
||||
async performActions(options = {}) {
|
||||
this.assertExperimentalCommandsEnabled("input.performActions");
|
||||
const { actions, context: contextId } = options;
|
||||
|
||||
lazy.assert.string(
|
||||
|
@ -63,7 +62,6 @@ class InputModule extends RootBiDiModule {
|
|||
* If the browsing context cannot be found.
|
||||
*/
|
||||
async releaseActions(options = {}) {
|
||||
this.assertExperimentalCommandsEnabled("input.releaseActions");
|
||||
const { context: contextId } = options;
|
||||
|
||||
lazy.assert.string(
|
||||
|
|
Загрузка…
Ссылка в новой задаче