diff --git a/setup.py b/setup.py index a62d178..f009fe0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.1b9.dev147', + version='1.1b9.dev148', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt', diff --git a/tests/htdocs/site2/login.html b/tests/htdocs/site2/login.html new file mode 100644 index 0000000..d2d9236 --- /dev/null +++ b/tests/htdocs/site2/login.html @@ -0,0 +1,102 @@ + + + brozzler login form test + + +
+

this is a form with method=GET

+
+ + +
+
+ + +
+
+
+ +
+

this is a form with two password fields

+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+

this is a form with an extra text field

+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+

this is a form with an extra textarea field

+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+

login with this form

+
+ + +
+
+ + +
+
+ radio button group with none checked + + +
+
+ radio button group with one checked + + +
+
+ checkboxes, one checked, one not + + +
+ +
+
+
+
+ + +