## Add CDP Mode code for saving the page source HTML to a file To prevent confusion from regular mode, these two new CDP Mode methods will do the same thing: ```python sb.cdp.save_page_source(name, folder=None) sb.cdp.save_as_html(name, folder=None) ```