Вопрос

I found another post in which I couldn't figure out part of an answer:

a (presumably basic) web scraping of http://www.ssa.gov/cgi-bin/popularnames.cgi in urllib

The top answer says that the user used Firebug in order to figure out the different parameters that were being passed by inspecting the network activity.

I can't figure out how to do this or where I can see this. Any suggestions?

Это было полезно?

Решение

  1. download and install firebug
  2. browse to the page that include the form you want
  3. right click and choose Inspect Element with Firebug
  4. go to net panel,you may have to activate it and reload the page on first use

see firebug net panel wiki page

enter image description here

you'd usually hit the clear button before pressing the form submit

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top