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:
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
Full Changelog: v4.42.1...v4.42.2