sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

How not to wait for the page to fully load #134

Open KaoriEl opened 2 years ago

KaoriEl commented 2 years ago

Hi everyone, I'm having a problem loading pages. The page takes too long to load, although all the elements on it are loaded and you can interact with them, how can I not wait for the page to fully load, but just work further on the script? I tried the methods from the previous questions on the git, but all those methods look very crutch, maybe there is already something else more elegant Thank you.

leonjza commented 2 years ago

Got an example we can test with?