Function moveElement

Like moveElementNow except it will waitForMutateTime.

  • Parameters

    • element: Element
    • Optionaloptions: {
          ignoreMove?: boolean;
          position?: "after" | "before" | "append" | "prepend";
          to?: Element;
      }

    Returns Promise<void>