mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 21:55:27 +00:00
* refactor(headless): use `WaitStable` for `waitload` action Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): add `getNavigationFunc` Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): add `WaitDOM` action Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): add `WaitFMP` action Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): add `WaitFCP` action Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): add `WaitIdle` action Signed-off-by: Dwi Siswanto <git@dw1.io> * refactor(headless): `ActionWaitLoad` waits for `proto.PageLifecycleEventNameLoad` also rename `Page.WaitLoad` to `Page.WaitStable` method. Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): add `WaitStable` action Signed-off-by: Dwi Siswanto <git@dw1.io> * refactor(headless): supporting `duration` arg for `WaitStable` action Signed-off-by: Dwi Siswanto <git@dw1.io> * chore: ignore `*.png` Signed-off-by: Dwi Siswanto <git@dw1.io> * test(headless): update `TestActionScreenshot*` call `ActionWaitFMP` instead of `WaitLoad` before take screenshot Signed-off-by: Dwi Siswanto <git@dw1.io> * feat(headless): chained with `Timeout` when `WaitStable` Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io>