-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Add
Config - SeleniumMaqs
- add key="UseProxy" value="No"
- add key="ProxyAddress" value="http://localhost:8002"
Selenium Config
- create getProxy() method
- create getProxyAddress() method
WebDriverFactory
- create setProxySettings(this DriverOptions options) method
- create setProxySettings(this DriverOptions options, string proxyAddress) method
- set proxy settings in getRemoteOptions() method and all getDefaultBrowserOptions()
SeleniumConfigTests
- create GetUseProxy() test
- create GetProxyAddress() test
SeleniumProxyTests
- create class
- create method to initialize class (C#: ClassInit(TestContext testContext))
- create classCleanup() method
- create StartProxy() method
- create onResponseCaptrueTrafficEventHandler()
- create onRequestCaptureTrafficEventHandler()
WebDriverFactoryUnitTests
- create class
- craete setProxySettings() test
Review
- []
Remove
- []
Branches/PRs
Notes