puppeteer/docs/api/puppeteer.moveable.move.md
2023-08-29 22:48:37 +02:00

192 B

sidebar_label
Moveable.move

Moveable.move() method

Moves the resource when 'using'.

Signature:

interface Moveable {
  move(): this;
}

Returns:

this