Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常需要查询侧边栏中的元素。但是,我必须使用的 css 选择器是临时的并且非常难看:
<div id="rt_mod_side_foo_body_bar">
我想抽象一下,而不是写:
within '#rt_mod_side_foo_body_bar'
我可以:
within :sidebar
Capybara如何做到这一点?
而不是一个符号,一个方法呢?
def sidebar "#rt_mod_side_foo_body_bar" end