Jump to content
Clément

Using EdgeBrowser

Recommended Posts

Hi,

 

Is it possible to scan the content, downloaded using Edge Browse, for a specific text?
I don't want to inject or alter anything. Just scan the page for a specific text.

Can this be done with edgeBrowser? Is there a sample?

 

TIA,

Clément

Share this post


Link to post

This could be as simple as doing a basic HTTP GET request for the html page. But if there's any javascript in it that generates content, then you need to have it loaded into the browser's DOM and search that, which can be quite a PITA. Similar effort in whatever browser you're using.

 

If you want an example of how convoluted it can be, issue a simple query to Google and see what you get back. You'll see very little HTML code that's visible in the browser, and the stuff in the browser is generated in a variety of different ways, making it really hard to reconstruct what actually appears on the browser's screen. Google has raised the art of obfuscation to another level!

Edited by David Schwartz
  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×