- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.6k
 
[py] Added Deprecation of CDP for Firefox #14762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[py] Added Deprecation of CDP for Firefox #14762
Conversation
          PR Reviewer Guide 🔍Here are some key observations to aid the review process: 
  | 
    
          PR Code Suggestions ✨Explore these optional code suggestions: 
 
  | 
    
User description
Description
deprecated cdp for firefox
Motivation and Context
Shift towards pure BiDi
Types of changes
Checklist
PR Type
Enhancement
Description
cdp.pyfile, indicating that these functions are deprecated for Firefox.warnings.warnwithDeprecationWarning.import_devtools,get_connection_context,get_session_context,connection_context,session_context,set_global_connection,set_global_session,execute,listen,wait_for,_handle_data,_handle_cmd_response,_handle_event,dom_enable,page_enable,aclose,open_session,connect_session,_reader_task,open_cdp, andconnect_cdp.Changes walkthrough 📝
cdp.py
Deprecate CDP functions for Firefox with warningspy/selenium/webdriver/common/bidi/cdp.py
Firefox.
warnings.warnto notify users of deprecated functions.