issues
search
ClericPy
/
ichrome
Chrome controller for Humans, based on Chrome Devtools Protocol(CDP) and python3.7+.
https://pypi.org/project/ichrome/
MIT License
235
stars
29
forks
source link
2.0.0
#19
Closed
ClericPy
closed
4 years ago
ClericPy
commented
4 years ago
add wait_request; fix wait event not enabled
add set_html, stop_loading_page, get_request_post_data, get_response_body
refactor force send and enable; auto enable domain
set get_data_value as GetValueMixin.get_data_value
get_data_value's default arg position be after path
use running loop; use new Requests
add --clean --clear --workers --doc for cmd usage
add proc_check_interval arg for ChromeDaemon
refactor AsyncChromeDaemon
add on_startup & on_shutdown for Daemon
fix circular dependency
add common use cases