Skip to content

Instantly share code, notes, and snippets.

/tables.tb Secret

Created January 4, 2017 01:01
Show Gist options
  • Save anonymous/4c841f5911a72c19794f39618c457d4b to your computer and use it in GitHub Desktop.
Save anonymous/4c841f5911a72c19794f39618c457d4b to your computer and use it in GitHub Desktop.
require 'nokogiri'
doc.css('#myForm table tr').each do |row|
tarray = []
row.css('td').each do |row|
tarray << row.to_s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment