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 3952846
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:54:13+00:00 2026-05-20T01:54:13+00:00

I am new to Watin Testing Tool. I am trying to automate my application.

  • 0

I am new to Watin Testing Tool. I am trying to automate my application.
But i am not able to find the Input Element ie anchor tag having href attribute
.Anchor tag is under List item which is under div tag.

Please help

  • 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-20T01:54:14+00:00Added an answer on May 20, 2026 at 1:54 am

    You have severall options:

    var link = browser.Link(Find.ByUrl("http://needs.to.be/exact/match.url"));
    

    or

    var link = browser.Link(Find.ByUrl(url => url != null && url.Contains("partial/match.url"));
    

    or I you want to find a url specifically inside a list item (as of WatiN 2.0.50):

    var link = browser.ListItem("listItemIdHere").Link(Find.ByUrl(url => url != null && url.Contains("partial/match.url"));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to WatiN but made a few applications, and it's quite good.
Im trying to get our specflow watin tests to run on our new teamcity
Watir is a Selenium-based black-box testing tool that can automate tasks on the browser.
I am trying to write Watin tests for an intranet application that uses Integrated
I am currently trying to set up WatiN to do some automated testing of
I am new to Watir, and am working on developing a testing tool for
I've just begun trying out WatiN as part of my testing platform for web
I am trying to setup a test suite in Ruby to automate the Testing
I am working on a new test project with watiN, but always get this
WatiN.Core.IE window = new WatiN.Core.IE(); // Frames // Model TextField txt_txtName = window.TextField(Find.ByName(txtName)); TextField

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.