feat: add getText api #240
This commit is contained in:
@@ -114,3 +114,17 @@ const {
|
||||
footer: string
|
||||
} = await instance.command.getHTML()
|
||||
```
|
||||
|
||||
## getText
|
||||
|
||||
Feature: Get text
|
||||
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
const {
|
||||
header: string
|
||||
main: string
|
||||
footer: string
|
||||
} = await instance.command.getText()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user