Skip to content

Commit

Permalink
Update octomind-bot.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-zah authored Oct 11, 2024
1 parent d7e302e commit 164e86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octomind-bot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Key functionalities include:

- **Web Page Navigation:** The Octomind bot uses Playwright to open web pages, interact with the DOM (Document Object Model), and move between different pages by analyzing links, forms, and other interactive elements.
- **AI-Powered Decision Making:** AI models (such as LLMs) analyze the content on each page to make decisions about where to navigate next or which content to prioritize for extraction.
- **Dynamic Content Handling:** The octomind bot can handle dynamic and JavaScript-heavy web pages that require asynchronous content loading (e.g., single-page applications or infinite scrolling).
- **Dynamic Content Handling:** The Octomind bot can handle dynamic and JavaScript-heavy web pages that require asynchronous content loading (e.g., single-page applications or infinite scrolling).
- **Customizable Crawling Logic:** The crawler’s logic is customizable, allowing users to define specific targets (e.g., scraping for prices, product details, articles) or set conditions (e.g., only navigate to pages with specific keywords).
- **Data Extraction:** The octomind bot intelligently extracts structured and unstructured data, including tables, text, images, and more in order to provide context for test generation. The extracted data will no tbe stored any further or used to train AI models.

Expand Down

0 comments on commit 164e86e

Please sign in to comment.