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