feat: implement Locators (#10305)

This commit is contained in:
Alex Rudenko
2023-06-02 19:46:10 +02:00
committed by GitHub
parent e8d044cb8d
commit 1f978f5fc5
30 changed files with 716 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
---
sidebar_label: VisibilityOption
---
# VisibilityOption type
#### Signature:
```typescript
export type VisibilityOption = 'hidden' | 'visible' | null;
```