Sha256: dd1cfe39ef6c688d3cb71302dcf89fa55212a99178cc337724aa055d2fc28e22
Contents?: true
Size: 712 Bytes
Versions: 1
Compression:
Stored size: 712 Bytes
Contents
module Goodwill module CSSPaths # Auction Page # http://www.shopgoodwill.com/viewItem.asp?itemID=<itemID> BIDS_PATH = '#more_images' CURRENT_PRICE_PATH = 'body > span > div.itemdetail > div:nth-child(2) > div:nth-child(3) > div > table > tr:nth-child(2) > th' END_TIME_PATH = 'body > span > div.itemdetail > div:nth-child(2) > div:nth-child(2) > div > table > tr:nth-child(5) > td' ITEMID_PATH = 'body > span > div.itemdetail > div:nth-child(2) > div:nth-child(2) > div > table > tbody > tr:nth-child(3) > td' ITEM_TITLE_PATH = '#title > span' SELLER_PATH = 'body > span > div.itemdetail > div:nth-child(2) > div:nth-child(2) > div > table > tr:nth-child(7) > td > b' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
goodwill-0.1.4 | lib/goodwill/csspaths.rb |