puppeteer/docs/api/puppeteer.moveable.move.md

20 lines
192 B
Markdown
Raw Normal View History

2023-08-29 20:48:37 +00:00
---
sidebar_label: Moveable.move
---
# Moveable.move() method
Moves the resource when 'using'.
#### Signature:
```typescript
interface Moveable {
move(): this;
}
```
**Returns:**
this