question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I would like to be able to interact with the Selenium session in regular ZAP scripts

See original GitHub issue

Is 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:open
  • Created a year ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
trevor-vaughancommented, Nov 7, 2022

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.

1reaction
thc202commented, Nov 7, 2022

That works with any object. If you access them through the *CustomVar methods they will retain their type.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found