Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Scanning/Reporting - Selenium Proxy Setup #34

Open
1 of 17 tasks
jredingcsv opened this issue Jan 17, 2022 · 0 comments
Open
1 of 17 tasks

Security Scanning/Reporting - Selenium Proxy Setup #34

jredingcsv opened this issue Jan 17, 2022 · 0 comments
Labels

Comments

@jredingcsv
Copy link
Contributor

jredingcsv commented Jan 17, 2022

Add

Config - SeleniumMaqs

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant