, :
, , , Watir:: Webdriver Table #to_a, :
recArray = Nokogiri::HTML(htmlcode). **??**
, , :
recArray=$browser.table(:class, 'detail-table w-Positions').to_a
html Nokogiri, :
recArray=Nokogiri::HTML($browser.html).css('table[@class="detail-table w-Positions"] tr').to_a
, , .
, Nokogiri (Table Row?), , .join(",") ( .CSV , )
, , Ruby String, , html-:
recArray= recArray.map {|row| row.css("td").map {|c| c.text}.to_a }
Nokogiri, .text.
.
, , #to_a Watir:: Webdriver Table Ruby....
( , 100% , . .lib.rb).