DEV Community

Discussion on: Find in Capybara

Collapse
 
erikwhiting88 profile image
Erik

Hey, I have been googling stuff for last hour trying to find a solution to a problem I was having and this is the page that gave me the answer, thank you so much. Btw, solution to my problem was essentially:

# Find the first input within an element of class class_name
find(.class_name > input)
Enter fullscreen mode Exit fullscreen mode

Thank you