THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Any way to parse elements as from Inspect Element?
-
Hey,
Im in a process of making a config.
The Page source doesnt contain what I want however it shows usefull information that i would love to capture when i press
Inspect element on the page.Is there any way to capture strings as from Inspect Element using OpenBullet?
-
You have to sniff additional requests, the stuff you see in "Inspect Element" (called the DOM) it generated mostly by some javascript that makes additional requests to the server to fetch the info. You just got to emulate those requests. Also don't post in the guides section, moved.