Sha256: 6b627bcc31544859900c73e599ecc2ff0d217a59d5a5aaca8f23fca0cb05d519
Contents?: true
Size: 624 Bytes
Versions: 28
Compression:
Stored size: 624 Bytes
Contents
module GooglePages class EmailSection < SitePrism::Section # include GalaxyPages::SimpleElements # indexed_elements "td:nth-child(%{element_index})", # :left_padding, # :select, # :star, # :from, # :padding_2, # :subject, # :padding_3, # :time end class EmailPage < SitePrism::Page set_url "https://mail.google.com/mail/#inbox" # sections :emails, EmailSection, "#:3a tr" sections :emails, EmailSection, ".F.cf.zt tr" end end
Version data entries
28 entries across 28 versions & 1 rubygems