Project

General

Profile

Bug #1969

Some forms do not load

Added by Luke Murphey almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
08/04/2017
Due date:
% Done:

100%


Description

e.g. Splunk itself doesn't work

History

#1 Updated by Luke Murphey almost 7 years ago

import mechanize

url = "http://Lukemurphey.net/login" 

br = mechanize.Browser()
br.set_handle_robots(False) # ignore robots
br.open(url)

for form in br.forms():
    for control in form.controls:
        print control.name

#2 Updated by Luke Murphey almost 7 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF