mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: implement simple BiDi ElementHandle (#9753)
This commit is contained in:
@@ -8,10 +8,10 @@ sidebar_label: ElementHandle.asElement
|
||||
|
||||
```typescript
|
||||
class ElementHandle {
|
||||
asElement(): ElementHandle<ElementType> | null;
|
||||
asElement(): ElementHandle<ElementType>;
|
||||
}
|
||||
```
|
||||
|
||||
**Returns:**
|
||||
|
||||
[ElementHandle](./puppeteer.elementhandle.md)<ElementType> \| null
|
||||
[ElementHandle](./puppeteer.elementhandle.md)<ElementType>
|
||||
|
||||
Reference in New Issue
Block a user