Sha256: e96fc3bbd54edac2253983d5f0645aa4263e6abf44f57ff96c347a93797f1d2e
Contents?: true
Size: 655 Bytes
Versions: 17
Compression:
Stored size: 655 Bytes
Contents
# frozen_string_literal: true 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
17 entries across 17 versions & 1 rubygems