zap-webdriver
zap-webdriver copied to clipboard
Example security tests using Selenium WebDriver and OWASP ZAP
Running net.continuumsecurity.ZapScanTest org.zaproxy.clientapi.core.ClientApiException: java.net.SocketException: Unexpected end of file from server at org.zaproxy.clientapi.core.ClientApi.callApiDom(Unknown Source) at org.zaproxy.clientapi.core.ClientApi.callApi(Unknown Source) at org.zaproxy.clientapi.gen.Core.version(Unknown Source) at net.continuumsecurity.proxy.ZAProxyScanner.validateMinimumRequiredZapVersion(ZAProxyScanner.java:66) at net.continuumsecurity.proxy.ZAProxyScanner.(ZAProxyScanner.java:40) at net.continuumsecurity.ZapScanTest.setup(ZapScanTest.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)...
org.zaproxy.clientapi.core.ClientApiException: Invalid or missing API key at org.zaproxy.clientapi.core.ApiResponseFactory.getResponse(Unknown Source) at org.zaproxy.clientapi.core.ClientApi.callApi(Unknown Source) at org.zaproxy.clientapi.gen.Ascan.removeAllScans(Unknown Source) at net.continuumsecurity.proxy.ZAProxyScanner.clear(ZAProxyScanner.java:223) at net.continuumsecurity.ZapScanTest.setup(ZapScanTest.java:64) Wht is expected in Zapapikey ?
PAC support disabled because there is no system implementation and no such element when runnig tests
i have downloaded and started the bodgeit store ,downloaded and started OWASP ZAP download this repository : https://github.com/continuumsecurity/zap-webdriver and then i ran the tests via mvn test the result was...
Hello! I don't work in java, that's why I afraid something could look imperfect. I created xml.file "Config.xml." for url. So you can replace localhost to any url and run...
Hi, I am still playing about with the zap web driver code. I am looking at the xml reporting capability in the proxy jar and have seen mentioned elsewhere html...