mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
feat: implement Locators (#10305)
This commit is contained in:
11
docs/api/puppeteer.visibilityoption.md
Normal file
11
docs/api/puppeteer.visibilityoption.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
sidebar_label: VisibilityOption
|
||||
---
|
||||
|
||||
# VisibilityOption type
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export type VisibilityOption = 'hidden' | 'visible' | null;
|
||||
```
|
||||
Reference in New Issue
Block a user