CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2010
    Posts
    1

    using c# for automation

    im writing a GUI automation class to interact with objects on a web page. I know there are both open source tools and frameworks that already do this but im trying out a side project for fun.

    I will be doing both Java and C# obviously here we can just discus c#

    My question is: if I have a web page open and it has 1 button on it with lets say an id="start_button". I can get that value from a tool like firebug.

    what would the code look like to find an object in the dom with an id="start_button"


    I cant wrap my head around it for some reason and don't see a lot of Google help on the matter.


    thanks

  2. #2
    Join Date
    Jul 2014
    Posts
    1

    Re: using c# for automation

    We use Selenium to automate web tests and for web automation programs.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured