Capture requests/responses generated with Seleniums Webdriver
Project description
SeleniumProxy
A library for RobotFramework that extends SeleniumLibrary.
Project documentation and usage - Keyword Documentation
What is it
SeleniumProxy inherits seleniums webdriver and captures all network activity generated by the webdriver. The webdriver stores data in a class with added keywords to interact with requests and responses.
Proxy Server is launched in the background with a proxy client added to the webdriver class that adds the methods needed to interact with the proxy server at run time.
pip install robotframework-seleniumproxy
How it works.
Proxy2 runs the proxy server OpenSSL
OpenSSL is required for intercepting HTTPS connections.
brew install openssl
Seleniums webdriver browser type is a class which is inherited and extended to give the webdriver the ability to create a client proxy and store the activity within the webdriver.
Robotframeworks seleniumlibrary is extended to add several keywords for creating the webdriver with the given functionality and still capable of using the keywords available
CREDITS
Credits of code or ideas I have used in this project.
- Log wrapper Keyword Decorator
- Packaging Automation
- Idea of Extending Selenium with Mixins to extend driver functionality
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for robotframework-seleniumproxy-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94d47aa083b2e48551bce11de980709b9010139e16a67d2618f01b619c74a40a |
|
MD5 | 106ed112b09a3248e6cce612fcd5a149 |
|
BLAKE2b-256 | ed0c56f06660a3a5a6203ed8e2d85e0cf8b38c7f6e593557af44175e68b09691 |