-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web): add users behavior with chromedp by scrolling down
- Loading branch information
1 parent
4ec3fff
commit 994d545
Showing
5 changed files
with
69 additions
and
8 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
pkg/component/operator/web/v0/.compogen/scrape_webpage.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
#### Scraping Support for Dynamic Content | ||
This function provides scraping support to fetch dynamic content from web pages while simulating user behaviors, such as scrolling down. The initial implementation includes the following capabilities: | ||
|
||
Scrolling: | ||
- Mimics user scrolling down the page to load additional content dynamically. | ||
|
||
Future enhancements will include additional user interactions, such as: | ||
- Clicking: Simulate mouse clicks on specified elements. | ||
- Taking Screenshots: Capture screenshots of the current view. | ||
- Keyboard Actions: Simulate key presses and other keyboard interactions. | ||
|
||
This function aims to provide a robust framework for interacting with web pages and extracting dynamic content effectively. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters