python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to validate if a value doesn't exist in a table's row count using ruby capybara?
There is a column in my table that stores the active and inactive value in the STATUS column. I want to validate if when searching for the ACTIVE status if there are no INACTIVE records.
How do I scan...
Silvio Aulik
Votes: 0
Answers: 1
Finding a button in Capybara
I'm trying to find this specific button. I've tried using find button in capybara to do this but I'm unable to.
find(:button, 'Open Cow menu').click
HTML Tag
<button class="cd-icon-button cd-...
Rubyman543
Votes: 0
Answers: 1
Capybara expect an input placeholder that's within a div to have some text
I have a snippet that looks like this and I'm trying to run a test that expects the placeholder.
<div class="article_creator_isni form-group">
<label class="control-label mul...
Kirk
Votes: 0
Answers: 3
How to find the exact element path without using xpath
I'm currently trying to locate this check box. I know I can use a xpath to locate it but I'm trying to see if there's a more efficient way of doing it. The problem I'm seeing is that there are multipl...
Rubyman543
Votes: 0
Answers: 2