Displaying 1 result from an estimated 1 matches for "e6j38e".
Did you mean:
0e6b38e
2011 Mar 27
2
LinkedIn still not working?
...is some kind of javascript or cookie issue. I would really rather use mechanize here because in the particular app I am working on, Watir would be something of a burden.
Here is the code I was using (minus adding quotes to cookies), which I modified from the discussion I found here: http://bit.ly/e6J38E
require ''rubygems'' if VERSION < ''1.9''
require ''open-uri''
require ''nokogiri''
require ''mechanize''
agent = Mechanize.new
agent.read_timeout = 300
agent.open_timeout = 60...