How to use the headless waitevent action? #4411
-
The waitevent action does not work for me, can somebody give me an example how to use it? I tried with a simple template: id: waitevent
info:
name: WaitEvent test
severity: info
author: Levente Kovats
headless:
- steps:
- action: navigate
args:
url: "{{BaseURL}}"
- action: waitevent
args:
event: 'Page.loadEventFired' but Nuclei exited with an error:
Any idea? Refs:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @tovask 👋 Thank you for taking the time to create this detailed issue and contributing to this project 🙌 I am able to recreate the same on my machine. I'll look into this. |
Beta Was this translation helpful? Give feedback.
-
This was fixed in |
Beta Was this translation helpful? Give feedback.
This was fixed in
v3.1.1
: #4461