Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7495111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:59:04+00:00 2026-05-29T17:59:04+00:00

There is a webpage that has Input textfields. I want to launch the page

  • 0

There is a webpage that has Input textfields.

I want to launch the page

Process.Start("http://nameofdomain.com")

The question is how can I enter data into the fields and submit the form?

UPDATE –

I do not need to show/render any pages to the user.

The purpose is to allow users to change their password with minimal effort. Our current setup is

  1. User navigates to site on Intranet (http://intranetsite/password)
  2. The user is asked to input their Windows user name (firstName.lastName)
  3. The user is asked to input their current password (or answer security questions if they exist)
  4. The user is asked to click a link (choose between change password or change security questions)
  5. The final page is a confirmation page which tells the user which passwords have been changed sucessfully. They have several accounts on our network. Each account has different password rules
    One system may require the password can’t repeat again for the last 90 passwords. Another system requires the password to be exactly 8 characters. My application checks to see if the password rules are correct. I can’t check the password history. Therefore the final page would be necessary or I’d have to parse the HTML and indicate the error.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T17:59:05+00:00Added an answer on May 29, 2026 at 5:59 pm

    The best way (by far) is WatiN @ http://watin.org/. I tried Selenium and could never make it work smoothly (maybe it has got better since). WatiN’s documentation is oriented towards automated testing, but you can do without the testing code/libaries, and it supports Firefox and Chrome too. For example:

    using WatiN.Core;
    using WatiN.Core.Interfaces;
    using WatiN.Core.Logging;
    using WatiN.Core.DialogHandlers;
    

    …

    public void SearchForWatiNOnGoogle()
    {
      using (var browser = new IE("http://www.google.com"))
      {
        browser.TextField(Find.ByName("q")).TypeText("WatiN");
        browser.Button(Find.ByName("btnG")).Click();
      }
    } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There's a webpage that enables service providers to check customers insurance validity. The page
I'm reloading a web page that has the following code: <label for=showimage>Show Image</label> <input
Is there a way to uncheck/check a checkbox within a webpage that is loaded
Is there an API that can be used to generate thumbnails of a webpage
I have some localization problems in my webpage. There are basically two problems (that
Are there any Web page designing software out there that allow me to drag
I want to identify from where a visitor coming to my webpage.Is there anyways
The method I want to test has a local variable that references an object
I need to create a webpage for a family website that has a video
I have a search program that has multiple input text boxes that correspond to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.