mechanize
How do I use Nokogiri and Ruby to scrape values from HTML with nested tables?
I am trying to extract the name, ID, Phone, Email, Gender, Ethnicity, DOB, Class, Major, School and GPA from a page I am parsing with Nokogiri.[详细]
2023-03-06 06:39 分类:问答python mechanize - can login to site but can't grab html for a list of URLs?
I\'ve written the following in python using the mechanize module in order to print out the HTML from a list URLs:[详细]
2023-03-05 18:32 分类:问答Ruby script to select and submit options from selection lists
it\'s my first time posting a question here! I am trying to do a certain ruby script that travels through a website to get information, but I found that this website has a certain select list with sub[详细]
2023-03-05 13:11 分类:问答Ruby Mechanize retrieve headers
I\'m using mechanize for web inspection, when I get a URL I get a refresh URL in the headers: meta http-equiv=\"refresh\" content=\"2;url=/html/Splash.action?splash=\"[详细]
2023-03-05 07:09 分类:问答How to print Radio Control information
I am using mechanize module to retrieve information from a web page. It has a radio control section which I select before moving to the next page. I could easily select the value by assigning value to[详细]
2023-03-04 23:09 分类:问答Trying to log into an authenticated website
I am trying to log into a web page and access an authenticated page. It isn\'t working. from __future__ import division[详细]
2023-03-04 21:37 分类:问答which function of mechanize is equal with urllib.urlencode
urllib.urlencode could encode url\'s params开发者_高级运维.It seems no likely function in Mechanize.[详细]
2023-03-04 13:20 分类:问答mechanize trouble with fileserve.com/login.php
I am trying to get mechanize to login to fileserve.com I have tried the code below require \'rubygems\'[详细]
2023-03-04 08:45 分类:问答Ruby Mechanize 405 Net::HTTPMethodNotAllowed Error While Scraping Fedex Billing
I have a script that goes into Fedex Billing each week when they mail me my invoice, digs out information and posts it to xpenser.com. After the recent Fedex Billing site redesign, when I run this cod[详细]
2023-03-02 18:17 分类:问答Ruby Nokogiri Parsing HTML table III
I am using mechanize/nokogiri and need to parse out a HTML with a lot of these tables: <table width=\"100%\" onclick=\"javascript:abredown(\'c7a8e8041a5031f127d5d27f3f071cbb\');\" class=\"buscaDes[详细]
2023-03-02 05:19 分类:问答