From: Rich G. <ri...@um...> - 2014-05-03 00:25:34
|
Hi. I'm new to HtmlUnit and am hoping this is an easy newbie question. I'm trying to parse out information about legislation from the DC City Council website. They recently changed their system from a basic HTML page of data to a dynamically loaded page. An example bill page is: http://lims.dccouncil.us/Legislation/PR20-0624 When I retrieve the Page, I get the html, but without the fields populated. I've tried without success to identify a javascript function to call via HtmlUnit that would populate the html. What might I be missing in order to get a Page object that has the html with populated fields? For example, in the provided link, the html has the string/row header "Introduction Date" hard-coded, but I need to get the populated value of Jan 22, 2014. Any advise, code, or reading material would be greatly appreciated. Thank you. -Rich |