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,23 @@
---
sidebar_label: Locator.setEnsureElementIsInTheViewport
---
# Locator.setEnsureElementIsInTheViewport() method
#### Signature:
```typescript
class Locator {
setEnsureElementIsInTheViewport(value: boolean): this;
}
```
## Parameters
| Parameter | Type | Description |
| --------- | ------- | ----------- |
| value | boolean | |
**Returns:**
this