how to init ConnectionHandler #160
-
| to init ConnectionHandler need to know connection_port. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            thalissonvs
          
      
      
        Jun 18, 2025 
      
    
    Replies: 1 comment
-
| The connection_port is the port where you launch Chrome in debugging mode. For example: google-chrome --remote-debugging-port=9123In this case, 9123 would be the value for that parameter. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        thalissonvs
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The connection_port is the port where you launch Chrome in debugging mode. For example:
In this case, 9123 would be the value for that parameter.