Sha256: 9333dc427f40c35c051d14cb72c9c59bcfddce38245fc28fe2875d6800e69ffa

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 Bytes

Contents

class Characters
  include Symbiont
  include Symbiont::Factory

  url_is "http://localhost:9292/comics"
  title_is "Comic Heroes and Villains | Symbiote"

  table  :characters_id,       id: "comic-grid"
  table  :characters_name,     name: "comic-grid"
  table  :characters_class,    class: "display"
  table  :characters_xpath,    xpath: "//table"
  table  :characters_index,    index: 0

  table  :publishers,          id: "pub-grid"

  cell   :dc_year_id,          id: "dc_founded"
  cell   :dc_year_name,        name: "dc_founded"
  cell   :dc_year_class,       class: "pub"
  cell   :dc_year_xpath,       xpath: "//td[@id='dc_founded']"

  cell   :marvel_year_id,      id: "marvel_founded"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 specs/pages/characters.rb
symbiont-0.2.0 specs/pages/characters.rb