issues
search
zopefoundation
/
zope.testbrowser
Programmable browser for functional black-box tests
Other
21
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Drop support for Python 3.7, add support for Python 3.12 and 3.13
#108
dataflake
closed
5 months ago
0
Fix test and warnings.
#107
icemac
closed
7 months ago
0
Remove no longer needed normalizers + test on Windows.
#106
icemac
closed
10 months ago
0
Fix PyPy3 tests in GHA.
#105
icemac
closed
1 year ago
0
Integrate .readthedocs.yaml.
#104
dhavlik
closed
10 months ago
0
Update to current meta/config to fix GHA
#103
icemac
closed
1 year ago
0
Replace `.browser.SetattrErrorsMixin` with `__slots__`?
#102
icemac
opened
1 year ago
0
typo
#101
mamico
closed
1 year ago
1
Drop support for Python 2.7, 3.5, 3.6.
#100
icemac
closed
1 year ago
1
Add support for Python 3.11.
#99
icemac
closed
1 year ago
0
Configuring for pure-python: isort imports
#98
icemac
closed
2 years ago
0
Config with pure python, plus pypy
#97
mauritsvanrees
closed
2 years ago
2
Fix warning about legacy version specifiers in setup.py.
#96
mauritsvanrees
closed
2 years ago
0
Update badge URL for Travis
#95
jugmac00
closed
4 years ago
0
Fix linting errors
#94
jugmac00
closed
4 years ago
0
Ensure all objects have consistent resolution orders.
#93
janjaapdriessen
closed
2 years ago
2
Browser._findAllControls() has wrong behaviour with no-name inputs and checkboxes
#92
vernans
opened
4 years ago
1
Fix AttributeError 'mech_control'
#91
icemac
closed
4 years ago
0
Fix broken links in CHANGES.rst
#90
cjwatson
closed
4 years ago
1
Add error checking to displayValue setters
#89
cjwatson
closed
4 years ago
0
Stop sending Referer on browser.open/browser.post
#88
cjwatson
closed
4 years ago
1
Browser._preparedRequest is a bit overenthusiastic about setting Referer
#87
cjwatson
closed
4 years ago
1
Add followRedirects to IBrowser
#86
cjwatson
closed
4 years ago
3
Add Browser.followRedirects option
#85
cjwatson
closed
5 years ago
0
Invalidate caches in Browser.goBack()
#84
cjwatson
closed
5 years ago
0
getLink uses stale cached HTML after goBack
#83
cjwatson
closed
5 years ago
0
getLink now tests regexes using .match, not .search
#82
cjwatson
opened
5 years ago
1
Add Python 3.8 support
#81
mgedmin
closed
5 years ago
1
Python 3.8 support
#80
mgedmin
closed
5 years ago
2
Allow option to prevent auto redirection
#79
nazrulworld
closed
5 years ago
1
getLink() used to consider the whole enclosed text content, now it only looks at the directly contained text
#78
wosc
opened
5 years ago
0
Fix missing HTTP status handling in .reload()
#77
mgedmin
closed
5 years ago
0
Disallow .reload() on POST requests
#76
mgedmin
closed
5 years ago
1
.reload() does not follow redirects nor does it raise exceptions for bad HTTP statuses
#75
mgedmin
closed
5 years ago
1
.reload() fails if the previous request was a POST
#74
mgedmin
opened
5 years ago
1
Escape CSS IDs correctly for SoupSieve, part 2
#73
mgedmin
closed
5 years ago
0
getControl('Label') cannot find hidden inputs any more
#72
mgedmin
opened
5 years ago
0
Value of unchecked checkboxes changed from False to [] in zope.testbrowser 5.0.0
#71
mgedmin
opened
5 years ago
2
Clicking on a selected radio button should not unselect it
#70
mgedmin
closed
5 years ago
0
getLink() used to see iframes, now it doesn't
#69
mgedmin
opened
5 years ago
0
ItemControl.click() lets you uncheck radio buttons
#68
mgedmin
closed
5 years ago
0
Add link to documentation for pypi.org.
#67
jugmac00
closed
5 years ago
0
Cookie expiration dates should be locale-independent
#66
mgedmin
closed
5 years ago
0
Cookie tests fail in different locales
#65
mgedmin
closed
5 years ago
0
Fix tests on master
#64
mgedmin
closed
5 years ago
0
Quote attribute values in CSS selectors
#63
mgedmin
closed
5 years ago
3
Tests are broken on master
#62
icemac
closed
5 years ago
3
Careless use of CSS selectors breaks with new BeautifulSoup
#61
mgedmin
closed
5 years ago
1
Fix DeprecationWarning about collections.abc
#52
jamadden
closed
6 years ago
4
Fix DeprecationWarnings
#51
jamadden
closed
6 years ago
0
Next