WebDriverKeyboard
interface WebDriverKeyboard (View source)
Methods
                    $this
                
                
                    sendKeys(string $keys)
        
                                            
                
            Send a sequence of keys.
                    $this
                
                
                    pressKey(string $key)
        
                                            
                
            Press a key
                    $this
                
                
                    releaseKey(string $key)
        
                                            
                
            Release a key
Details
        
                            $this
    sendKeys(string $keys)
        
    
    Send a sequence of keys.
        
                            $this
    pressKey(string $key)
        
    
    Press a key
        
                            $this
    releaseKey(string $key)
        
    
    Release a key