graph LR
_web["_web"]
check_number["check_number"]
send_message["send_message"]
send_message_list["send_message_list"]
send_image["send_image"]
findtextbox["findtextbox"]
copy_image["copy_image"]
_web -- "calls" --> check_number
send_message -- "calls" --> _web
send_message_list -- "calls" --> _web
send_image -- "calls" --> _web
send_message -- "calls" --> check_number
send_image -- "calls" --> check_number
send_message -- "calls" --> findtextbox
send_image -- "calls" --> copy_image
send_image -- "calls" --> findtextbox
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.
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.
Related Classes/Methods:
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.
Related Classes/Methods:
Orchestrates the process of sending a single text message through web interfaces, coordinating browser interaction, input validation, and text input.
Related Classes/Methods:
Manages the process of sending text messages to multiple recipients or in a batch through web interfaces, leveraging the core browser management capabilities.
Related Classes/Methods:
Facilitates the transmission of images through web-based platforms, handling image preparation, browser interaction, and element finding for image uploads.
Related Classes/Methods:
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.
Related Classes/Methods:
Handles the copying or preparation of image data, likely for pasting or uploading into web interfaces, supporting the image sending functionality.
Related Classes/Methods: