Drag Iframe Element in CDP Mode #3302
              
                
                  
                  
                    Answered
                  
                  by
                    mdmintz
                  
              
          
                  
                    
                      harrier999
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Is it possible to drag iframe element in CDP mode? Or is there relative drag method for element in CDP mode? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Nov 29, 2024 
      
    
    Replies: 1 comment 2 replies
-
| To drag and drop an element in CDP Mode: sb.cdp.gui_drag_and_drop(drag_selector, drop_selector)Example in examples/cdp_mode/raw_demo_site.py | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        mdmintz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
To drag and drop an element in CDP Mode:
Example in examples/cdp_mode/raw_demo_site.py