This commit introduces a comprehensive set of new scripts and examples to enhance the scripting capabilities of the crawl4ai project. The changes include the addition of several Python scripts for compiling and executing scripts, as well as a variety of example scripts demonstrating different functionalities such as login flows, data extraction, and multi-step workflows. Additionally, detailed documentation has been created to guide users on how to utilize these new features effectively. The following significant modifications were made: - Added core scripting files: , , and . - Created a new documentation file to provide an overview of the new features. - Introduced multiple example scripts in the directory to showcase various use cases. - Updated and to integrate the new functionalities. - Added font assets for improved documentation presentation. These changes significantly expand the functionality of the crawl4ai project, allowing users to create more complex and varied scripts with ease.
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
GO https://news.site.com
|
|
WAIT `.article-list` 10
|
|
SCROLL DOWN 500
|
|
WAIT 1
|
|
SCROLL DOWN 500
|
|
WAIT 1
|
|
CLICK `.article:nth-child(5)`
|
|
WAIT `.article-content` 5 |