• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Web Browser Macro?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Web Browser Macro?

    I need to automate a process for logging into a website, navigating to a particular page and then requesting a download so that a CSV file is downloaded.

    I then plan to move this to another location.

    Is the some sort of key-logging,macro software I can use or add to Internet Explorer?
    What happens in General, stays in General.
    You know what they say about assumptions!

    #2
    Have you come across cURL?

    http://curl.haxx.se/

    "curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks."
    Behold the warranty -- the bold print giveth and the fine print taketh away.

    Comment


      #3
      There is also wget, available for most operating systems, even that toy one from bill.

      http://pages.interlog.com/~tcharron/wgetwin.html

      Wrap it in a batch script, schedule it with 'at' and roberts your mothers brother.
      Politicians are wonderfull people, as long as they stay away from things they don't understand, like working for a living!

      Comment


        #4
        Originally posted by portseven
        There is also wget, available for most operating systems, even that toy one from bill.

        http://pages.interlog.com/~tcharron/wgetwin.html

        Wrap it in a batch script, schedule it with 'at' and roberts your mothers brother.

        Watin is a cool tool also, scriptable in c#
        whats the lowest you can do this for?

        Comment


          #5
          Found this to be pretty good. http://www.tethyssolutions.com/product.htm

          Waits for the web pages to load. Sweet.
          What happens in General, stays in General.
          You know what they say about assumptions!

          Comment


            #6
            If you know ant then Canoo WebTest gives you a lot of power in automating this stuff.

            http://webtest.canoo.com/webtest/man...bTestHome.html

            Comment

            Working...
            X