Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 348 Bytes

basics.md

File metadata and controls

17 lines (11 loc) · 348 Bytes

Capybara

  • check for have_content and have_no_contet
  • have_content waits for emlments
  • write custom selectors like has_table_with([[header],[value]])

debuggig

  • run with selenium browser

  • set breakpoint like binding.pry;

  • open Chrome DevTools and check

  • use save_and_open_page

Resources