Headless event hooks #1793
-
Is there a way to hook into or respond to browser events in headless mode? Similar to the way Puppeteer allows you to hook events like |
Beta Was this translation helpful? Give feedback.
Answered by
forgedhallpass
Apr 1, 2022
Replies: 1 comment 1 reply
-
Hello @joshlarsen, Have you tried/seen the p.s. Nuclei delegates to the go-rod library for headless interactions, hence if needed we could potentially extend the nuclei headless API to include more functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
forgedhallpass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @joshlarsen,
Have you tried/seen the
waitevent
action, which expects anevent
and an optionaltimeout
parameter?p.s. Nuclei delegates to the go-rod library for headless interactions, hence if needed we could potentially extend the nuclei headless API to include more functionality.