I need to get the content of some web pases like "http://www.ncbi.nlm.nih.gov/nuccore/NM_007002" for my project. The problem is that I need to open the page from a browser and save it to get the full content (if I try to use the libraries URL and BufferReader I get the "frame" of the page but not the text I need). My professor told me to use Seleniume to open and download the pages I need and then read and parse the relevant information.
Unfortunately, I can't find an example from a JAVA code that open and save a web page. Can anyone explane to my how to do this?
I want to SAVE the page to my computer, not copy the source and save it for file. Not all of the information appears in the source! It's hidden.