I'm researching gems that allow me to use Page Object Pattern along Capybara. I found out site_prism and looks very promising.
My question is, is there a way to define elements with selectors other than css? Like Xpath, Dom, maybe just the id's of the elements, etc.
Thanks and Regards!