Rewrite Webscreenshot Module #698
TheTechromancer
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Not sure if this is related to Playwright, but that would be great if possible to add "Customizable automatic form filling" to bbot crawler like Katana has. For example, here there is a xss: example.com/?s= However, it needs bbot actually search something to get this, it will cool if bbot can fill the inputs such as logins, search, fields in general. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Considering a rework of BBOT's web screenshot functionality. Here are the options as I see them: Gowitness - Golang
Playwright - Python
haylxon - RustSelenium - Java
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the growing need for a full-browser helper, it may be worth it to revisit Playwright and see if we can improve our web screenshot capabiliy so that it's not reliant on gowitness.
We could also raise each of the network requests (including the rendered DOM) as their own
HTTP_RESPONSE
.Beta Was this translation helpful? Give feedback.
All reactions