Scraping flash using HtmlUnit or other java tool
问题 I am using HtmlUnit to scrap date from a site but after login all the data is displayed using adobe flash player as swf object, I don't know any way to scrap data from such page. Is there any way to extract data from flash page, If yes please help me out, either using HtmlUnit or any other java tool. thanks. 回答1: There is no way that you can interact with Flash applet using HtmlUnit. You can try with selenium; I never used it, but it looks like there are plugins that enable flash