mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: implement Locator.race (#10337)
This commit is contained in:
@@ -8,7 +8,7 @@ sidebar_label: Locator.setWaitForStableBoundingBox
|
||||
|
||||
```typescript
|
||||
class Locator {
|
||||
setWaitForStableBoundingBox(value: boolean): this;
|
||||
abstract setWaitForStableBoundingBox(value: boolean): this;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user