Displaying 1 result from an estimated 1 matches for "amdx3".
Did you mean:
amdx4
2012 Dec 19
0
(no subject)
...to do is get a certificate .p12, I am
implementing the following code:
m= Mechanize.new
m.log = Logger.new "m.log"
m.user_agent_alias = "Mac Safari"
if RbConfig::CONFIG["host_os"] =~ /mingw|mswin/
ca_path = File.expand_path "C:/Users/amdx3/Desktop/cacert.p12"
m.agent.http.ca_file = ca_path
end
pag = m.get "https://www.newpage.com.mx/login" # the site is only
informative
form = pagina.forms.first
campos = form.fields.find_all
titulo = pagina.title
form.field_with(:name => &q...