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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:52:03+00:00 2026-05-21T11:52:03+00:00

I am running some cucumber features using capybara and I need to check if

  • 0

I am running some cucumber features using capybara and I need to check if a certain image is being shown.

I tried this xpath match but apparently the function matches is not available:

//img[matches(@src, "my_image.png")]
  • 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-21T11:52:04+00:00Added an answer on May 21, 2026 at 11:52 am

    You don’t need any matches function. Use:

    //img[@src='my_image.png']
    

    Or, if the path can include text before the portion you want to match:

    //img['my_image.png'=substring(@src, string-length(@src) - 11)]
    

    This second expression imitates an ends-with function.

    If you don’t like hard-coding the substring length, then use:

    //img['my_image.png'=substring(@src, 
              string-length(@src) - string-length('my_image.png') + 1)]
    

    For completeness: in some cases, the following is acceptable:

    //img[contains(@src, 'my_image.png')]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to debug some super slow performance in running my cucumber features.
I'm currently running into some issues resizing images using GD. Everything works fine until
I have an application with a bunch of cucumber tests, and I tried using
I am trying to create some cucumber features with references to other objects. I
We have been using Cucumber for some time now, and now have over 200
I'm trying out capybara with cucumber to get some better javascript test coverage. I
I'm running some experiments in WebGL, one of them being an XOR effect fragment
I'm running some virtual machines using VMware workstation on my PC (using win 7),
After running some usability tests, I found that participants opened a jQuery Lightbox to
I'm running some JUnit tests on my applications. Every test has a for loop

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.