Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Capybara
Conversations
About
Capybara
1–30 of 1978
Mark all as read
Report abusive group
0 selected
Erick Sasse
,
Thomas Walpole
2
Jun 2
Default to match once with have_content
No there isn't. Easiest solution would be to add your own helper method which defaults to passing
unread,
Default to match once with have_content
No there isn't. Easiest solution would be to add your own helper method which defaults to passing
Jun 2
James McBride
3
May 27
Failure/Error: require 'capybara/rails'
OK, removed and reinstalled 3.2.2, and now working. Weird. On Saturday, May 27, 2023 at 11:52:49 AM
unread,
Failure/Error: require 'capybara/rails'
OK, removed and reinstalled 3.2.2, and now working. Weird. On Saturday, May 27, 2023 at 11:52:49 AM
May 27
Clauf Silva Santos
,
Thomas Walpole
4
May 17
Doc reference
That's not what Capybara is designed to do. Capybara is for testing what your normal users do.
unread,
Doc reference
That's not what Capybara is designed to do. Capybara is for testing what your normal users do.
May 17
Franz Liedke
,
Thomas Walpole
2
May 10
find_field with exact label text
`exact` affects the `text` option which can be passed to finders, and `exact_text: 'some string
unread,
find_field with exact label text
`exact` affects the `text` option which can be passed to finders, and `exact_text: 'some string
May 10
Andrew “Percy” Hanna
,
Thomas Walpole
2
Apr 2
Improved drag-and-drop interface
Hi Percy, Assuming it's mostly implemented in JS I probably wouldn't incorporate it into
unread,
Improved drag-and-drop interface
Hi Percy, Assuming it's mostly implemented in JS I probably wouldn't incorporate it into
Apr 2
Luc Delmon
Mar 16
Where to define Global proxy/redirection system for example.com
Hello all :), I have this little bloc of code url = URI.parse(page.current_url) if url.host == "
unread,
Where to define Global proxy/redirection system for example.com
Hello all :), I have this little bloc of code url = URI.parse(page.current_url) if url.host == "
Mar 16
Tim Baker
,
Tim Diggins
2
Mar 14
It works, but why?
(very late response, but just in case helpful). My understanding of this docker-compose issue is that
unread,
It works, but why?
(very late response, but just in case helpful). My understanding of this docker-compose issue is that
Mar 14
Tim Diggins
Mar 13
"<<ERROR>>" being returned to describe :link_or_button
Hi all I've got a js/selenium spec (with headless chrome) that has the following line that is
unread,
"<<ERROR>>" being returned to describe :link_or_button
Hi all I've got a js/selenium spec (with headless chrome) that has the following line that is
Mar 13
Katherine McDonough
,
Galibier
3
Feb 27
Capybara with Rails 6.1.7 compatibility
Thank-you! Upgrading selenium-webdriver resolved the issue On Monday, January 30, 2023 at 8:35:26 AM
unread,
Capybara with Rails 6.1.7 compatibility
Thank-you! Upgrading selenium-webdriver resolved the issue On Monday, January 30, 2023 at 8:35:26 AM
Feb 27
Brandon Weaver
Jan 14
Element#all_text, gsub, and optimizations
I was doing some performance work around some of our Capybara specs, and found that a lot of time is
unread,
Element#all_text, gsub, and optimizations
I was doing some performance work around some of our Capybara specs, and found that a lot of time is
Jan 14
Vadim Golubev
Jan 4
#first ignores the wait option. Why?
I ran into #first ignoring the wait parameter. With what it can be connected? Judging by the
unread,
#first ignores the wait option. Why?
I ran into #first ignoring the wait parameter. With what it can be connected? Judging by the
Jan 4
Stefan Finkenzeller
Jan 3
System tests running slow on capybara rails instance vs local dev instance
Hi group, I was looking into why our system tests take a long time to execute and was comparing the
unread,
System tests running slow on capybara rails instance vs local dev instance
Hi group, I was looking into why our system tests take a long time to execute and was comparing the
Jan 3
Brian Bayer
12/21/22
Bug? Local MS Edge on Intel Mac meets Ruby 3 with button.click
Greetings, I am suspecting this is related to the Separation of positional and keyword arguments in
unread,
Bug? Local MS Edge on Intel Mac meets Ruby 3 with button.click
Greetings, I am suspecting this is related to the Separation of positional and keyword arguments in
12/21/22
Drew
2
12/12/22
How best to use `drag_to` when an element is not visible until the `dragstart` event?
Well, okay, I found I could do `page.find('#reset_drop_mask', visible: false)` to be able to
unread,
How best to use `drag_to` when an element is not visible until the `dragstart` event?
Well, okay, I found I could do `page.find('#reset_drop_mask', visible: false)` to be able to
12/12/22
Carl Quivron
,
Thomas Walpole
4
12/8/22
"disable_animation" doesn't disable animation
Thanks for your answer ! Any tips/resources on how to add this middleware ? On Thursday, December 8,
unread,
"disable_animation" doesn't disable animation
Thanks for your answer ! Any tips/resources on how to add this middleware ? On Thursday, December 8,
12/8/22
Jason FB
12/7/22
Funky problem with Capybara.using_session(...) do ... my suite seems to hang completeley?
Whenever I add Capybara.using_session(...) to my project, my rspec suite seem to hang. has anyone see
unread,
Funky problem with Capybara.using_session(...) do ... my suite seems to hang completeley?
Whenever I add Capybara.using_session(...) to my project, my rspec suite seem to hang. has anyone see
12/7/22
Jose Miguel Gallas
,
Thomas Walpole
3
11/17/22
Node::Element text returns string in uppercase, so has_css? fails
And now I feel embarrassed! Turns out the css makes it upper case. Capybara 1, Me 0. Thanks for
unread,
Node::Element text returns string in uppercase, so has_css? fails
And now I feel embarrassed! Turns out the css makes it upper case. Capybara 1, Me 0. Thanks for
11/17/22
Perry Smith
,
Thomas Walpole
2
10/9/22
has_field? does not work with hidden fields. Why
Capybara defaults to dealing with a page as a user would. Since a user can't see a hidden field,
unread,
has_field? does not work with hidden fields. Why
Capybara defaults to dealing with a page as a user would. Since a user can't see a hidden field,
10/9/22
Josh McLeod
8/25/22
Add support for clicking web components
Modern web component libraries such as https://shoelace.style/ are growing in popularity and
unread,
Add support for clicking web components
Modern web component libraries such as https://shoelace.style/ are growing in popularity and
8/25/22
Mark Stanley
8/12/22
Hitting error Failed to open TCP connection .. (Net::OpenTimeout) when running browser tests locally
We use cucumber and capybara to run tests Locally (on windows) we tend to use rack_test while running
unread,
Hitting error Failed to open TCP connection .. (Net::OpenTimeout) when running browser tests locally
We use cucumber and capybara to run tests Locally (on windows) we tend to use rack_test while running
8/12/22
Andrew Havens
,
Thomas Walpole
2
7/6/22
Feature/describe alias as system spec
`feature` is defined in capybara/lib/capybara/rspec/features.rb and is set up for people who are
unread,
Feature/describe alias as system spec
`feature` is defined in capybara/lib/capybara/rspec/features.rb and is set up for people who are
7/6/22
Rob Lacey
6/13/22
Fixed Footer Hell
Just wondering if anyone has been able to solve problems with clickable elements being hidden under a
unread,
Fixed Footer Hell
Just wondering if anyone has been able to solve problems with clickable elements being hidden under a
6/13/22
Jack Royal-Gordon
6/3/22
Clearing Chrome Popup after Logging into Google
HI, I'm using Capybara/Selenium and the chrome driver to automate the Chrome browser to perform a
unread,
Clearing Chrome Popup after Logging into Google
HI, I'm using Capybara/Selenium and the chrome driver to automate the Chrome browser to perform a
6/3/22
Andre Roy
,
Christopher Irish
4
5/26/22
Capybara uncaught throw :warden
Hello Christopher, thanks for your response. Sorry for the late response, I was not on sit. Here is
unread,
Capybara uncaught throw :warden
Hello Christopher, thanks for your response. Sorry for the late response, I was not on sit. Here is
5/26/22
Jeremy Evans
5/25/22
Test capybara with rack-test main branch
I'm the new maintainer for rack-test, and we are getting close to releasing a new major version.
unread,
Test capybara with rack-test main branch
I'm the new maintainer for rack-test, and we are getting close to releasing a new major version.
5/25/22
Atish Dipankar
3/30/22
Capybara with Selenium 4 compatibility
Does Capybara support the latest Selenium 4 features? Please let me know if there is any
unread,
Capybara with Selenium 4 compatibility
Does Capybara support the latest Selenium 4 features? Please let me know if there is any
3/30/22
José Jiménez
2
3/23/22
Capybara uses a selenium error that doesn't exist in selenium webdriver
I might be wrong on the exact cause. It looks like expectederror might be defined, but not at that
unread,
Capybara uses a selenium error that doesn't exist in selenium webdriver
I might be wrong on the exact cause. It looks like expectederror might be defined, but not at that
3/23/22
Yong Bakos
3/5/22
System Test raises ActiveSupport::MessageVerifier::InvalidSignature
Hi everyone, thank you for all things Capybara. I am witnessing an exception in a Rails system test w
unread,
System Test raises ActiveSupport::MessageVerifier::InvalidSignature
Hi everyone, thank you for all things Capybara. I am witnessing an exception in a Rails system test w
3/5/22
Kyle Shipley
2/16/22
Rails test suite hangs when using multiple webdrivers (Cuprite + headless Selenium)
I am working on a project using Cuprite as our main webdriver. We added a shadow DOM element to one
unread,
Rails test suite hangs when using multiple webdrivers (Cuprite + headless Selenium)
I am working on a project using Cuprite as our main webdriver. We added a shadow DOM element to one
2/16/22
Vikas Kumar
,
Thomas Walpole
2
1/31/22
Facing weird issue when Capybara.default_driver = :selenium_headless
Check for any before/after hooks you have installed that are triggered by :js metadata. Capybara
unread,
Facing weird issue when Capybara.default_driver = :selenium_headless
Check for any before/after hooks you have installed that are triggered by :js metadata. Capybara
1/31/22