Question

Ok, so my problem goes like this: there is a page that loads Flash Player object with a script client-side, so html isn't created till after script is run on user's browser. I want to read flashvars attribute of said object. What is the easiest way to achieve that?

Was it helpful?

Solution

You can use a hidden WebView to load the website and get the resulting HTML as described here: How do I get the web page contents from a WebView?

For parsing HTML and looking for data in it there is http://jsoup.org/ or you can just run extra JavaScript inside the browser.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top