CrazyEngineers
  • I wish to develop an application where in I enter a keyword, say Computer. What the application is required to do is open the browser, load google.com, type the keyword (the search key), find the links of the results, go to each link, extract the logo and link address and map each of the result into an excel sheet/word document. I intend to use MS.NET with C# environment to accomplish this.
    I need guidance as to how to tame the cursor so that the keyboard doesn't come into play and everything is automated.
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • K!r@nS!ngu

    MemberFeb 6, 2012

    Good idea.... I guess, i can do this using Java. Let me try ....
    Are you sure? This action cannot be undone.
    Cancel
  • gaurav.bhorkar

    MemberFeb 7, 2012

    um. instead of taming the mouse cursor, you can do it like this:
    1. Create a #-Link-Snipped-#
    2. query google
    3. read the html returned by WebRequest (google will most probably return xhtml, so you can parse it using the xml dom)
    4. Extract links and store it into spreadsheet.
    Instead of storing it into a spreadsheet, store the links into an xml file. And bingo! MS Excel can convert import an xml file into a spreadsheet.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register