Commit 4a00fc97 authored by Henrik Skupin's avatar Henrik Skupin
Browse files

Bug 1832380 - [webdriver-bidi] Remove experimental flag for...

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
parent c8814fd5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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(