RemoteTouchScreen
class RemoteTouchScreen implements WebDriverTouchScreen (View source)
Execute touch commands for RemoteWebDriver.
Methods
                    $this
                
                
                
            
                    $this
                
                
                
            
                    $this
                
                
                    down(int $x, int $y)
        
                                            
                
            No description
                    $this
                
                
                    flick(int $xspeed, int $yspeed)
        
                                            
                
            No description
                    $this
                
                
                
            
                    $this
                
                
                
            
                    $this
                
                
                    move(int $x, int $y)
        
                                            
                
            No description
                    $this
                
                
                    scroll(int $xoffset, int $yoffset)
        
                                            
                
            No description
                    $this
                
                
                
            
                    $this
                
                
                    up(int $x, int $y)
        
                                            
                
            No description
Details
        
                            
    __construct(RemoteExecuteMethod $executor)
        
    
    No description
        
                            $this
    tap(WebDriverElement $element)
        
    
    No description
        
                            $this
    doubleTap(WebDriverElement $element)
        
    
    No description
        
                            $this
    down(int $x, int $y)
        
    
    No description
        
                            $this
    flick(int $xspeed, int $yspeed)
        
    
    No description
        
                            $this
    flickFromElement(WebDriverElement $element, int $xoffset, int $yoffset, int $speed)
        
    
    No description
        
                            $this
    longPress(WebDriverElement $element)
        
    
    No description
        
                            $this
    move(int $x, int $y)
        
    
    No description
        
                            $this
    scroll(int $xoffset, int $yoffset)
        
    
    No description
        
                            $this
    scrollFromElement(WebDriverElement $element, int $xoffset, int $yoffset)
        
    
    No description
        
                            $this
    up(int $x, int $y)
        
    
    No description