-
| I have been using this code for months and all of a sudden it stopped working when I needed to run it ~12 hours ago (Ran fine without issues 36 hours ago). Appears that its not finding span.mark anymore during sb.driver.uc_click("span.mark") in def handle_captcha Is this something on my end? Log:  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        May 10, 2024 
      
    
    Replies: 1 comment 1 reply
-
| The selector for Cloudflare's Turnstile checkbox changed. | 
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
  
        
    
The selector for Cloudflare's Turnstile checkbox changed.
It's now just
"span", instead of"span.mark".I'll update the tests that used the previous selector.