Releases: cdpdriver/zendriver
Releases · cdpdriver/zendriver
v0.15.2
v0.15.1
v0.15.0
Fixed
- Fix
browser.stoppedto detect when the browser was closed by the user. @puc9 - Fix typo in
Browser._handle_target_updatethat prevented target_info updates @puc9 - Fix #128: TimeoutError caused by Tab.xpath @ionutcatana
- Fix WebRTC IP Leaks @ethcipher
Added
- Add
disable_webrtcanddisable_webglargs toConfigclass @ethcipher
Changed
- Fix
.dockerignore@tomokinakamaru
v0.14.2
v0.14.1
Fixed
- Fix calls to
evaluatethat return JSON: only setserialization_optionswhenreturn_by_value=False@thromer - Fix #184:
download_patherror inDownloadExpectation@MadsHangaard
v0.14.0
Fixed
- Add nodriver evaluate serialization options for improved JavaScript evaluation @dbrun3
Added
- Allow reset expect and intercept @nathanfallet
v0.13.1
Fixed
- Remove unnecessary usage of
typing_extensions(fixesNo module named 'typing_extensions'error) @stephanlensky - Fix verify_cf() @H1steria
- Fix relative coordinates of flash_point() @H1steria
Added
- Add flash_point() to Tab.mouse_click() @H1steria
Changed
- Remove Connection
__getattr__and replace it with declared@property@nathanfallet - Deprecate Element
__getattr__and addget(name: str)method @nathanfallet
v0.13.0
Fixed
- Gracefully close the browser process on exit @nathanfallet
Added
- Add support for Brave browser @H1steria
v0.12.1
Fixed
- Remove usage of StrEnum to fix compatibility with Python 3.10 @stephanlensky
v0.12.0
Added
- Added
Tab.intercept@nathanfallet