javascript error: Cannot read properties of null (reading 'value') #1596
              
                
                  
                  
                    Answered
                  
                  by
                    mdmintz
                  
              
          
                  
                    
                      poojapatel14710
                    
                  
                
                  asked this question in
                Q&A
              
            -
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mdmintz
          
      
      
        Nov 4, 2022 
      
    
    Replies: 1 comment 2 replies
-
| Hello. You can use  value = self.get_text("input") | 
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
  
        
    
Hello. You can use
get_text()to get the value of an input field assuming you have the correct selector. Eg: