Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.42.2 - CDP Mode_ Patch 62 source code.tar.gz | 2025-10-06 | 1.3 MB | |
4.42.2 - CDP Mode_ Patch 62 source code.zip | 2025-10-06 | 1.5 MB | |
README.md | 2025-10-06 | 1.2 kB | |
Totals: 3 Items | 2.8 MB | 1 |
CDP Mode: Patch 62
- Add more methods to CDP Mode
- Do some refactoring
- Update CDP Mode
- Update examples
- Refresh Python dependencies
Here are the new methods added to CDP Mode:
:::python
sb.cdp.get_mfa_code(totp_key=None)
sb.cdp.enter_mfa_code(selector, totp_key=None, timeout=None)
sb.cdp.is_attribute_present(selector, attribute, value=None)
sb.cdp.is_online()
(Note that those new CDP Mode methods already existed in regular SeleniumBase)
What's Changed
- CDP Mode: Patch 62 by @mdmintz in https://github.com/seleniumbase/SeleniumBase/pull/4007
Full Changelog: https://github.com/seleniumbase/SeleniumBase/compare/v4.42.1...v4.42.2