iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
561 stars 178 forks source link

InternetexplorerDrvier problem #98

Open kolet opened 6 years ago

kolet commented 6 years ago

hi, i have tried to run a webpage within the IE browser (not system one.) owasp zap one. and when trying to run it. i am receiving an error. heres the error. https://prnt.sc/k4oxkt

(if i am already here, i might ask a question. is that possible to install a activex\plugin to owasp zap IE ? as the web platform i am working on is working only if u have a "activex plugin")

thanks alot!

stephendv1 commented 6 years ago

We've never launched IE like this - looks like you're launching it from within ZAP?
BDD-Security only includes FF, Chrome and HtmlUnit browsers by default. You could try adding an InternetExplorer browser here: https://github.com/continuumsecurity/bdd-security/blob/master/src/test/java/net/continuumsecurity/web/drivers/DriverFactory.java and see whether it works - but we have never tried this.

If you install the activex plugin into the normal system IE and launch it from bdd itself (not zap), that could work. Not sure how selenium supports interacting with activeX though...