This subsystem provides the foundational capabilities for interacting with web browsers and performing general utility operations, serving as a core dependency for higher-level automation modules.
Components
_web
Initializes and manages the web browser instance, providing fundamental capabilities for opening web pages and interacting with the browser. It acts as the primary interface for browser automation.
Referenced Source Code
check_number
A utility component responsible for validating and processing numerical inputs, ensuring they conform to required formats or ranges before being used in web interactions or other operations.
Referenced Source Code
send_message
Orchestrates the process of sending a single text message through web interfaces, coordinating browser interaction, input validation, and text input.
Referenced Source Code
send_message_list
Manages the process of sending text messages to multiple recipients or in a batch through web interfaces, leveraging the core browser management capabilities.
Referenced Source Code
send_image
Facilitates the transmission of images through web-based platforms, handling image preparation, browser interaction, and element finding for image uploads.
Referenced Source Code
findtextbox
A specialized utility for locating and interacting with text input fields or other similar UI elements on a web page, crucial for automating data entry.
Referenced Source Code
copy_image
Handles the copying or preparation of image data, likely for pasting or uploading into web interfaces, supporting the image sending functionality.