We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1116fad commit d4d46b7Copy full SHA for d4d46b7
seleniumbase/undetected/cdp_driver/cdp_util.py
@@ -689,7 +689,10 @@ def start_sync(*args, **kwargs) -> Browser:
689
690
691
async def create_from_driver(driver) -> Browser:
692
- """Create a Browser instance from a running driver instance."""
+ """Create a CDP Browser instance from a running UC driver.
693
+ This method is DEPRECATED in favor of activate_cdp_mode(),
694
+ which includes the option of switching between the modes,
695
+ and also properly handles configuration based on options."""
696
from .config import Config
697
698
conf = Config()
0 commit comments