|
1 |
| -# Browser |
2 |
| - |
3 |
| -- [click](click.md) - Clicks on a specified element on the page. |
4 |
| -- [close](close.md) - Closes the current page. |
5 |
| -- [enter](enter.md) - Simulates the Enter key press on the current page. |
6 |
| -- [extractText](extractText.md) - Extracts text from the current page. |
7 |
| -- [getContent](getContent.md) - Retrieves the content of the current page. |
8 |
| -- [getHTML](getHTML.md) - Retrieves the HTML content of the current page. |
9 |
| -- [getMarkdown](getMarkdown.md) - Retrieves the Markdown content of the current page. |
10 |
| -- [getPDF](getPDF.md) - Retrieves the PDF content of the current page. |
11 |
| -- [getUrl](getUrl.md) - Retrieves the current URL of the browser's active page. |
12 |
| -- [goToPage](goToPage.md) - Navigates to a specified URL. |
13 |
| -- [newPage](newPage.md) - Opens a new page in the browser. |
14 |
| -- [pdfToText](pdfToText.md) - Converts the PDF content of the current page to text. |
15 |
| -- [screenshot](screenshot.md) - Takes a screenshot of the current page. |
16 |
| -- [scroll](scroll.md) - Scrolls the current page in a specified direction by a specified number of pixels. |
17 |
| -- [search](search.md) - Performs a search on the current page using a specified query. |
18 |
| -- [type](type.md) - Types text into a specified element on the page. |
| 1 | +--- |
| 2 | +cbapicategory: |
| 3 | + - name: click |
| 4 | + link: click.md |
| 5 | + description: Clicks on a specified element on the page. |
| 6 | + - name: close |
| 7 | + link: close.md |
| 8 | + description: Closes the current page. |
| 9 | + - name: enter |
| 10 | + link: enter.md |
| 11 | + description: Simulates the Enter key press on the current page. |
| 12 | + - name: extractText |
| 13 | + link: extractText.md |
| 14 | + description: Extracts text from the current page. |
| 15 | + - name: getContent |
| 16 | + link: getContent.md |
| 17 | + description: Retrieves the content of the current page. |
| 18 | + - name: getHTML |
| 19 | + link: getHTML.md |
| 20 | + description: Retrieves the HTML content of the current page. |
| 21 | + - name: getMarkdown |
| 22 | + link: getMarkdown.md |
| 23 | + description: Retrieves the Markdown content of the current page. |
| 24 | + - name: getPDF |
| 25 | + link: getPDF.md |
| 26 | + description: Retrieves the PDF content of the current page. |
| 27 | + - name: getUrl |
| 28 | + link: getUrl.md |
| 29 | + description: Retrieves the current URL of the browser's active page. |
| 30 | + - name: goToPage |
| 31 | + link: goToPage.md |
| 32 | + description: Navigates to a specified URL. |
| 33 | + - name: newPage |
| 34 | + link: newPage.md |
| 35 | + description: Opens a new page in the browser. |
| 36 | + - name: pdfToText |
| 37 | + link: pdfToText.md |
| 38 | + description: Converts the PDF content of the current page to text. |
| 39 | + - name: screenshot |
| 40 | + link: screenshot.md |
| 41 | + description: Takes a screenshot of the current page. |
| 42 | + - name: scroll |
| 43 | + link: scroll.md |
| 44 | + description: Scrolls the current page in a specified direction by a specified number of pixels. |
| 45 | + - name: search |
| 46 | + link: search.md |
| 47 | + description: Performs a search on the current page using a specified query. |
| 48 | + - name: type |
| 49 | + link: type.md |
| 50 | + description: Types text into a specified element on the page. |
| 51 | +--- |
| 52 | +# browser |
| 53 | +<CBAPICategory /> |
0 commit comments