| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-05 | 463 Bytes | |
| v0.15.0 source code.tar.gz | 2025-11-05 | 424.8 kB | |
| v0.15.0 source code.zip | 2025-11-05 | 492.0 kB | |
| Totals: 3 Items | 917.3 kB | 2 | |
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