2011-12-22 3 views

답변

1

docs에서 :

all('a').each { |a| a[:href] } 

그래서 다음과 같은 일이 가능해야한다 :

all('span.error').count.should == 5 
관련 문제