Skip to content

4.42.2 - CDP Mode: Patch 62

Choose a tag to compare

@mdmintz mdmintz released this 06 Oct 19:00
· 64 commits to master since this release
2a26bed

CDP Mode: Patch 62

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