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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:07:48+00:00 2026-06-03T05:07:48+00:00

I’m new to both XPath and Selenium. I have a need to be able

  • 0

I’m new to both XPath and Selenium. I have a need to be able to click a link with Selenium based on whether or not a span is as a certain text. The example code is:

<div>
    <span>Fri</span>
    <ul>
        <li>
            <a href=#></a>
        </li>
    </ul>
</div>

<div>
    <span>Sat</span>
    <ul>
        <li>
            <a href=#></a>
        </li>
    </ul>
</div>

My XPath expression is //*[text()[contains(.,'Fri')]] which finds the correct span. Now I thought I could use //*[text()[contains(.,'Fri')]]../ul/li/a, but that doesn’t work.

How can I do it?

  • 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-06-03T05:07:50+00:00Added an answer on June 3, 2026 at 5:07 am

    The Selenium IDE command will be:

    command: click
    target : //span[contains(text(),'Fri')]/following::a
    

    From here:

    following:: All nodes that are after the context node in the tree,
    excluding any descendants, attribute nodes, and namespace nodes.

    Notice, that you may not write [1] at the end of the XPath expression to select the first node from all occurrences as the Selenium IDE does it by default.

    As you use the IDE you can also use easier to read CSS selector:

    command: click
    target : css=span:contains('Fri')+ul a
    

    As for your initial XPath expression, you missed one slash before ../:

    //*[text()[contains(.,'Fri')]]/../ul/li/a
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to both Ruby and ActiveRecord. I currently have a need to
I am new to both Qt and Linux C++ development (although I have many
I'm new on both this site and ruby on rails! I have a common
I am new to both GAE and PiCould, and have some basic questions when
I'm new to both winsock and bluetooth programming. I need to develop a bluetooth
Being new to both .NET and Silverlight, I have noticed that many of the
I'm completely new to both javascript and the googlemaps api but have had some
I'm new to both XML and PHP but I have this project and this
Being new to both WPF and MVVM, I'm studying Josh Smith's article on the
So I'm new to both Joomla and Expression Engine, and want to know if

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.