felipecsl/wombat

Get url of followed link

sergiopvilar opened this issue · 3 comments

Hey, there's a way to get the url of the followed link? Something like:

  products 'css=.products-grid .item .product-name a', :follow do |url|
        url url
        title 'css=.product-name h1'
  end

I am looking for the same functionnality and it would be much appreciated !

+1

This would be helpful.