-
| when using a uc mode and trying to make a basic sign in to (twitch.tv) ,writing username and password | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        May 1, 2024 
      
    
    Replies: 1 comment 1 reply
-
| In order to remain undetected in UC Mode when clicking a button, you have to use the  sb.driver.uc_click('button[data-a-target="passport-login-button"]') | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        mdmintz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
In order to remain undetected in UC Mode when clicking a button, you have to use the
uc_click()method. Eg.