我想點擊與xpath(nokogiri)選擇的Mechanize鏈接。點擊與機械化的xpath鏈接
這怎麼可能?
next_page = page.search "//div[@class='grid-dataset-pager']/span[@class='currentPage']/following-sibling::a[starts-with(@class, 'page')][1]"
next_page.click
問題是nokogiri元素沒有點擊功能。
我無法讀取href(URL)併發送獲取請求,因爲該鏈接已定義onclick函數(無href屬性)。
如果這是不可能的,有什麼選擇?
hpricot是三年前的* so *。 – pguardiario 2012-07-26 01:49:20