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

  • Home
  • SEARCH
  • 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 8944205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:58:22+00:00 2026-06-15T11:58:22+00:00

I am using Capybara with cucumber and ruby env.rb Capybara.current_driver = :selenium I have

  • 0

I am using Capybara with cucumber and ruby

env.rb
Capybara.current_driver = :selenium

I have a web site in many languages and I want to verify following element that should have text with minimum length of 100 characters, otherwise, show a message

<p id="user_text">sometext</p>

The text in “user_text” could be in any language, so

(("#user_text").text.length > 99) == true

Element.should have_content?("text") won't work because I don't know the text in "user_text"

Above method is not work and always passes.

How I would verify the length of text and on failure print a message ?

Any answer will be highly appreciated.

  • 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-15T11:58:23+00:00Added an answer on June 15, 2026 at 11:58 am

    Just a clarification:

    When you’re calling Element.should you are really using RSpec predicate matchers, so:

    Element.should have_content?("text")

    really just calls the:

    Element.has_content?("text")

    so it does the same thing, but the second examples uses Capybara node matcher.

    Going back to your question

    You can also use other RSpec matchers in your tests. And since Capybara uses Nokogiri, your Element is really a Nokogiri::XML::Node here. So you can use the text method to get to the content and verify it, like this:

    Element.text.should match(/^.{99,}$/)

    This should do what you need. You can use text or inner_html methods depending on what you want to check.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Ruby on Rails 3.2.2, cucumber-rails-1.3.0, rspec-rails-2.8.1, capybara-1.1.2 and factory_girl-2.6.3. I have
I am using Ruby on Rails 3.2.2, cucumber-rails-1.3.0, rspec-rails-2.8.1 and capybara-1.1.2 with the Selenium
I am using Ruby on Rails 3.2.2, cucumber-rails-1.3.0, rspec-rails-2.8.1 and capybara-1.1.2 with the Selenium
If I'm using cucumber/capybara with a selenium web driver to test, do I need
I am using Ruby on Rails 3.2.2, cucumber-rails-1.3.0, rspec-rails-2.8.1 and capybara-1.1.2 with the Selenium
I am using Ruby on Rails with Cucumber and Capybara. How would I go
I am using Cucumber with Capybara to build my testing framework for a site.
I am using Capybara (Selenium driver) for visiting some pages on the site. I
Hi Im writing a cucumber feature to verify a table using capybara finder(not tableish).
I am using Capybara with Cucumber in my rails application. I want to run

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.