moveElement( element: Element, options?: { ignoreMove?: boolean; position?: "after" | "before" | "append" | "prepend"; to?: Element; },): Promise<void> Parameters
- element: Element
Optional
options: {
ignoreMove?: boolean;
position?: "after" | "before" | "append" | "prepend";
to?: Element;
}
Returns Promise<void>
Like moveElementNow except it will waitForMutateTime.