class Selenium::WebElement
  
  
    
  
    Defined in:
  
  
    
      
        webdriver/web_element.cr
      
    
    
  
  
    
      
  
      Constant Summary
    
  
  
    
      - 
        LOCATORS = {id: "id", name: "name", tag_name: "tag name", class_name: "class name", css: "css selector", link_text: "link text", partial_link_test: "partial link text", xpath: "xpath"}
    
  
    Constructors
  
  
  
    
  
    Class Method Summary
  
  
  
    
  
    Instance Method Summary
  
  
  
    
    
    
  
    
    
    
  
  
    
  
    Constructor Detail
  
  
    
  
  
    
  
    Class Method Detail
  
  
    
      
        
        def self.
locator_for(by)
        
#
       
  
  
    
  
    Instance Method Detail
  
  
    
  
    
  
    
  
    
  
    
  
    
  
    
  
    
      
        
        def 
find_element(by, selector)
        
#
       
  
    
      
        
        def 
find_elements(by, selector)
        
#
       
  
    
  
    
  
    
  
    
  
    
  
    
      
        
        def 
send_keys(sequence : String)
        
#
       
  
    
      
        
        def 
send_keys(sequence : Array)
        
#