A library for automated web browsing originally developed for Perl, there are now also Python and Ruby implementations.

learn more… | top users | synonyms

0
votes
0answers
9 views

VCR auto-rerecord not rerecording after first interval

I have a problem with auto rerecording of cassettes in vcr This is my config: VCR.configure do |c| c.cassette_library_dir = 'spec/support/vcr_cassettes' c.hook_into :fakeweb end and the call: ...
0
votes
0answers
86 views

How can I get Mechanize::Firefox to open frames in a website that restricts new tabs?

I know that Mechanize treats frames like links, and in the past I have been successful in scraping pages by following said links when I arrive at pages built with frames. Currently I am browsing a ...
0
votes
0answers
22 views

ruby gem mechanize for in `fetch': 405 => Net::HTTPMethodNotAllowed

I'm using the ruby's Mechanize gem to login the website.Here comes my problem: require 'rubygems' require 'mechanize' agent = Mechanize.new page = agent.get('http://mail.163.com/') form = ...
1
vote
1answer
25 views

Python, “Out of memory” error while working with mechanize

I am trying to run this program, but after awhile I am getting "Out of memory" error. Somehow I need to free some memory and I don't know how to do it in Python. Can anyone help me please? Many ...
-1
votes
2answers
35 views

Extract data from an HTML table [closed]

I'm learning Nokogiri in the mechanize gem, and I'm having trouble figuring out the right selector to use to build an array from an html table. Here's the HTML table I need to extract data from: ...
0
votes
1answer
14 views

capture http calls and headers in python

We are testing videos in our website, and in order to play it should authenticate the user, get the authorization for the device he is playing and so on, check his entitlements etc., we have many ...
1
vote
2answers
1k views

Use mechanize to access a HTTP Basic authenticated webpage

In my current program, i'm accessing a HTTP Basic authenticated page like this, which works perfect: import urllib2 url = 'http://test.localdomain/test.pl' realm = 'Test DB' username = 'foo' password ...
1
vote
0answers
44 views

Perl mechanize script no form defined

I'm getting an error No form defined at cqSubmitter.pl at line 33 which is the second set_fields method. Other times I get an Error POSTing http://micron.com Internal Server Error at line 39 , which ...
1
vote
1answer
45 views

Retrieving HTML form submission in Python when there is a loading page

I'm trying to automate a search on the conserved domain database (CDD) - http://www.ncbi.nlm.nih.gov/Structure/cdd/wrpsb.cgi with python where I submit content to a HTML form. The problem is that once ...
1
vote
1answer
6 views

changing value of hidden input tags using Browser from mechanize in python

I am working on a web-scraping project. I am using Browser from mechanize in python. There is a form with a few hidden input elements. I want to change the value in these hidden elements and then ...
1
vote
0answers
18 views

Calling js function using Browser from mechanize in python

I am working on a web-scraping project. I am using Browser from mechanize in python. I need to call a JavaScript function with two arguments. The arguments are known. __doPostBack(arg1,arg2) ...
1
vote
1answer
319 views

Submitting 'aspnetForm' using Ruby Mechanize is not working as expected

I am using ruby mechanize gem to automate form submission and scrape the results. I have the following code: require 'mechanize' require 'logger' url = ...
0
votes
1answer
15 views

Rails 3 - Log into another site and keep cookie in session

I'm putting together a small app which will allow a user to log into a semi-popular social networking site that doesn't have a sufficient API, so I'm using the mechanize gem to automate a few ...
8
votes
2answers
396 views

Extremely strange Web-Scraping issue: Post request not behaving as expected

I'm attempting to programmatically submit some data to a form on our company's admin page rather than doing it by hand. I've written numerous other tools which scrape this website and manipulate ...
1
vote
3answers
35 views

NoMethodError: ruby gem mechanize undefined method 'q= '

I'm trying to build a webscraping program for Amazon, but I'm getting tripped up on the very first step. I wrote my code like this, to just start to poke around and access Amazon and prettypage so I ...
1
vote
0answers
28 views

Installed Mechanize, but Python can't find module

I installed mechanize into a directory, using the following: sudo easy_install --always-unzip mechanize Searching for mechanize Best match: mechanize 0.2.5 Processing mechanize-0.2.5-py2.7.egg ...
0
votes
1answer
26 views

Aptana Python 2.7 issues

I pulled a script from the net to see if everything was working fine before I start programming. I'm a noob and cannot figure out what is going on. I installed easy_install to smooth things, ...
2
votes
2answers
269 views

Ruby/Mechanize probleme of RAM. Erasing instensiation of 'agent.get' method?

I'got a little probleme of leak memory on a Mechanize Ruby script. I "while loop" some multiple webpages access forever and memory increase a lot on each loop. That's create a "failed to allocate ...
0
votes
1answer
43 views

Tumblr Login Script With Mechanize

I'm trying to make a ruby script using Mechanize, so I can login into Tumblr. I have the following script: require 'rubygems' require 'mechanize' def get_page link agent = Mechanize.new page ...
0
votes
0answers
36 views

Is it possible to perform browser automation of a hidden javascript form with selenium (ruby bindings prefered)

I am about to dive into selenium, but before i would like to ask wether what i want to do is actually possible or impossible. The case is a NGO that some time ago had a website app done for free, ...
0
votes
2answers
57 views

How to fill html form and scrape from a website? [closed]

I am working on a school project.I want to build a Andriod app but before this I want to scrape some data from 220.225.101.27/MPLogin/eSewa/VehicleSearch.aspx and have to save in my database. When you ...
1
vote
0answers
56 views

Python: Output of beautifulsoup has wrong encoding

I run in an encoding Problem, when a response is put in beautifulsoup. The readible-output of the response is formated in a proper way like Artikelstandort: Österreich, but after running beautifulsoup ...
-1
votes
0answers
11 views

fill a form automatically with pythons mechanize

Heho, I want to fill a bioinformatic web tool automatically. Just because its faster to run every input for its own, than to run all together. The webtool : ...
3
votes
2answers
27 views

Login using Mechanize gem

My code is this require 'mechanize' obj=Mechanize.new a.get("http://cafedepoca.com/submit_data?name=test&email=test@mail.com&pass=mypassword&prof_type=30&api_key=mykey") do |d| ...
0
votes
0answers
36 views

How can I rescue a Errno::ECONNRESET

I have a script that spiders a website, its based on Mechanize and seems to be working great except for what seems like an error I can't catch. 'Errno::ECONNRESET' This seems to reset the connection ...
1
vote
0answers
30 views

Python request login is not working

I am trying to post a request to log in to a website using the Requests module in Python but its not really working. I need to change stuff automaticaly in iomega home media network. Here is the login ...
0
votes
4answers
79 views

Delete an instance of class using mechanize in rails

I am using mechanize to deal with a form . I have parsed the form using mechanize and the output comes is as follows: {forms #<Mechanize::Form {name nil} {method "POST"} {action ...
0
votes
2answers
420 views

Submit multipart/form-data using mechanize python?

I'm trying to make a POST request of multipart/form-data using mechanize, here's what it looks like from firefox live http header when I actually make a post: http://example.com/new/example POST ...
13
votes
3answers
14k views

How do I use Mechanize to process JavaScript?

I'm connecting to a web site, logging in. The website redirects me to new pages and Mechanize deals with all cookie and redirection jobs, but, I can't get the last page. I used Firebug and did same ...
1
vote
1answer
181 views

Mechanize: Search all Forms

It appears that both of these give me access to the first FORM element in a document: page.form page.forms.first How can I search for a particular checkbox like ...
3
votes
1answer
59 views

Mechanize & Sinatra conflict

I've writter a simple web crawler using Mechanize as a command-line utility. Then I decided to create web app with Sinatra, but got stuck with this error when trying to run the local webserver: ...
3
votes
2answers
757 views

Fetching cookies from a file with python

I'm using mechanize and python to log into a site. I've created two functions. The first one logs in and the second one searches the site. How exactly do I store the cookies from the login so when I ...
0
votes
1answer
21 views

Mechanize converts - char to –

I am using Mechanize to read a web page at http://www.daz3d.com/pirates-black-pearl. The page seems to read OK, but for some reason some characters are translated differently. For example, there is ...
1
vote
3answers
99 views

Perl mechanize print HTML form names

I'm trying to automate hotmail login. How can I find what the appropriate fields are? When I print the forms I just get a bunch of hex information. what's the correct method and how is it used? use ...
0
votes
2answers
129 views

Python authenticate and launch private page using webbrowser, urllib and CookieJar

I want to login with cookiejar and and launch not the login page but a page that can only be seen after authenticated. I know mechanize does that but besides not working for me now, I rather do this ...
1
vote
1answer
51 views

Mechanize throwing “bad argument (expected URI object or URI string)” using user_agent_alias

I'm trying to fetch images from Twitter but it crashes if I use user_agent_alias. I need to specify the user agent. But why it happens using agent alias? Is that normal? Try yourself with and without ...
0
votes
0answers
32 views

Can mechanize (python) deal with HTTPS?

I learning form filling through mechanize. I used the code : import mechanize abc = mechanize.Browser() abc.set_handle_robots(False) ua = ' Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0) ...
0
votes
4answers
129 views

Login to Vimeo Via Mechanize (ruby)

I am trying to login to my vimeo account using Mechanize in order to scrape hundreds of video titles and urls. Here is my code: task :import_list => :environment do require 'rubygems' require ...
3
votes
1answer
60 views

Mechanize cookie_jar not saving session tokens

I'm using Mechanize to scrape a password-protected website upon user's request. I'm trying to decouple login and search functionality by running a Rake task that logs into the site and saves the ...
0
votes
1answer
33 views

Entering into form with Mechanize

Im writing a smaller part of a larger program that is using mechanize to input a YouTube URL into a form but i cant get it to work Im using the first form on the page nr=0 but i don't what to put in ...
1
vote
0answers
16 views

Python - sockispy with mechanize (without monkeypatching)

I want to know if there is a way to get mechanize.Browser to use a socks proxy (tor) without having to do this. import socks, socket socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, "127.0.0.1", port) ...
0
votes
0answers
33 views

PhantomJS to get infos from facebook's ad planner

I would like to do a script that automatically gets some numbers from https://www.facebook.com/ads/create/ once a week. For example the number of facebook users of a certain country. Nothing really ...
0
votes
0answers
135 views

Submit using python mechanize with input tpe=“image”

I want to click/submit a button which is of type image <input type="image" onclick="javascript:return showhide();" src="IMAGES/login.gif" name="submit"> I tried the following mech = ...
2
votes
3answers
3k views

Ruby - Mechanize: Select link by classname and other questions

At the moment I'm having a look on Mechanize. I am pretty new to Ruby, so please be patient. I wrote a little test script: require 'rubygems' require 'mechanize' agent = WWW::Mechanize.new page = ...
1
vote
1answer
50 views

Downloading files in a loop with Python mechanize

I am having trouble downloading multiple files in a loop with Python mechanize. I am also utilizing Beautiful Soup 4. The documentation for either package does not seem to have the answers. Here is ...
35
votes
4answers
8k views

Is it worth learning Scrapy?

I'm a big fan of Python and currently I have taken a lot of interest in web-scraping. At the moment I rely on the elegant combination of Mechanize and Beautiful Soup to automate almost all of my ...
0
votes
0answers
46 views

Python Mechanize back() - Slow, refresh page? Is there a way to use cache?

Hello fellow programmers. I'm trying to automate a site used for buying. The buying page loads very slowly. After loaded, it is queried using an ajax call. What I want to do is load the page, get the ...
1
vote
1answer
31 views

Heroku + Mechanize turns OBJ into a String

So I have an app that uses Mechanize to get a page. Please note the HTTP site I'm trying to parse is a *.TXT file. In IRB I run a simple program like: require 'rubygems' require 'mechanize' require ...
0
votes
0answers
62 views

Migrating writeboards away from Basecamp

So I work for a company that has been using Basecamp Classic pretty much since it was offered to the public. We have 900+ projects on there. But management has become increasingly unhappy with the ...
1
vote
1answer
66 views

how to login to a website with python and mechanize

i'm trying to log in to the website http://www.magickartenmarkt.de and do some analyzing in the member-area (https://www.magickartenmarkt.de/?mainPage=showWants). I saw other examples for this, but i ...

1 2 3 4 5 23