diff --git a/octomind-bot.mdx b/octomind-bot.mdx index fba1f65..6070907 100644 --- a/octomind-bot.mdx +++ b/octomind-bot.mdx @@ -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.