I would like to be able to interact with the Selenium session in regular ZAP scripts
See original GitHub issueIs your feature request related to a problem? Please describe.
While working on an auth
script, I determined that Selenium was called prior to auth
but I was unable to determine how to access the running object.
Describe the solution you’d like
I would like to get access to the Selenium object if one has been created so that I can update the running browser instead of potentially needing to repeat code two different ways.
Describe alternatives you’ve considered
None.
Screenshots
No response
Additional context
No response
Would you like to help fix this issue?
- Yes
Issue Analytics
- State:
- Created a year ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Selenium - OWASP ZAP
The Selenium scripts have access to the launched browser and can interact with it, for example, run JavaScript scripts, access URLs, fill forms, ......
Read more >Automate ZAP Security Tests With Selenium WebDriver
Automate ZAP Security Tests With Selenium WebDriver ... OWASP Zed Attack Proxy provides you with the ability to detect these threats.
Read more >Security Testing with Selenium - OWASP ZAP Integration
In this video, I have explained how to perform security testing and generate security vulnerability report using ZAP Proxy Java Client.
Read more >Automating security tests using Selenium and OWASP ZAP by ...
In this Practical DevSecOps's DevSecOps Live online meetup, you ' ll learn how to automate security tests using Selenium and OWASP ZAP.
Read more >Authentication using selenium python and Scanning through ...
I want to run this through ZAP. Please assist me. Summary: Unable to authenticate through ZAP Have a python script to open the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh, I totally get that. This request is literally just: “let’s make all the tools available with as few hoops to jump through as possible”.
Basically, I should be able to think as little as possible to get my hands on all of the awesome that ZAP provides.
That works with any object. If you access them through the
*CustomVar
methods they will retain their type.