Automating a browser...do I need to learn a scripting language to automate the browse

Discussion in 'Programming' started by simpleonline1234, Jan 26, 2011.

  1. #1
    Learning C# and wanting to automate a browser to navigate several sites at once....what should I learn from this point to start this project up?

    Is there some sort of C# scripting language or something.


    Thanks
     
    simpleonline1234, Jan 26, 2011 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    C# is an OO programming language and there is no watered down scripting version.

    What do you really mean by "automate the browse"? You can easily use .Net to create an application to crawl websites but what are you trying to achieve?
     
    AstarothSolutions, Jan 27, 2011 IP
  3. syanide

    syanide Active Member

    Messages:
    122
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    68
    #3
    automation wise... c# is very very good.. you simply get the domdocument and manipulate the elements within it..
     
    syanide, Jan 27, 2011 IP