Intercept requests using Selenium with Chrome
Project description
Selenium-Interceptor
- Modifying or adding headers
- Modify response
Feel free to test my code!
Getting Started
Dependencies
- Python >= 3.7
- Chrome-Browser installed
- Selenium
Installing
- [Windows] Install Chrome-Browser
pip install selenium_interceptor
Change-headers
from selenium_interceptor.interceptor import cdp_listener
from selenium_profiles import driver as mydriver
from selenium_profiles.profiles import profiles
mydriver = mydriver()
profile = profiles.Windows()
driver = mydriver.start(profile)
cdp_listener = cdp_listener(driver=driver)
cdp_listener.specify_headers({"sec-ch-ua-platform":"Android"})
thread = cdp_listener.start_threaded(listener={"listener": cdp_listener.requests, "at_event": cdp_listener.modify_headers})
driver.get("https://modheader.com/headers?product=ModHeader")
Don't forget to execute
cdp_listener.terminate_all()
in the End. Else-wise your temporary folder will get flooded! (Windows) and it keeps running
Help
Please feel free to open an issue or fork!
Todo
Deprecated
Authors
License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Disclaimer
I am not responsible what you use the code for!!! Also no warranty!
Acknowledgments
Inspiration, code snippets, etc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for selenium_interceptor-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6410f743484e875d285da6fb9238b825ba76ae4efbbc5c6b9a3a45d2a6c4d39 |
|
MD5 | fdaa741a34db5bebd0b52a781506a8d1 |
|
BLAKE2b-256 | f24aec8229dfd7b06363afa49a2dffb3809b080c8f9ebe710e6ae592d5f20f42 |