EventFiringWebElement
class EventFiringWebElement implements WebDriverElement, WebDriverLocatable (View source)
Properties
| protected WebDriverElement | $element | ||
| protected WebDriverDispatcher | $dispatcher | 
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
        
                            
    __construct(WebDriverElement $element, WebDriverDispatcher $dispatcher)
        
    
    No description
        
                            WebDriverDispatcher
    getDispatcher()
        
    
    No description
        
                            WebDriverElement
    getElement()
        
    
    No description
        
                            WebDriverElement
    sendKeys(mixed $value)
        
    
    No description
        
                            WebDriverElement
    click()
        
    
    No description
        
                            WebDriverElement
    findElement(WebDriverBy $by)
        
    
    No description
        
                            WebDriverElement[]
    findElements(WebDriverBy $by)
        
    
    No description
        
                            WebDriverElement
    clear()
        
    
    No description
        
                            string|null
    getAttribute(string $attribute_name)
        
    
    No description
        
                            string
    getCSSValue(string $css_property_name)
        
    
    No description
        
                            WebDriverPoint
    getLocation()
        
    
    No description
        
                            WebDriverPoint
    getLocationOnScreenOnceScrolledIntoView()
        
    
    No description
        
                            WebDriverCoordinates
    getCoordinates()
        
    
    No description
        
                            WebDriverDimension
    getSize()
        
    
    No description
        
                            string
    getTagName()
        
    
    No description
        
                            string
    getText()
        
    
    No description
        
                            bool
    isDisplayed()
        
    
    No description
        
                            bool
    isEnabled()
        
    
    No description
        
                            bool
    isSelected()
        
    
    No description
        
                            WebDriverElement
    submit()
        
    
    No description
        
                            string
    getID()
        
    
    No description
        
                            bool
    equals(WebDriverElement $other)
        
    
    Test if two element IDs refer to the same DOM element.
        
                            
    takeElementScreenshot($save_as = null)
        
    
    No description
        
                            
    getShadowRoot()
        
    
    No description
        
                    protected        
    dispatchOnException(WebDriverException $exception)
        
    
    No description
        
                    protected        
    dispatch(mixed $method, mixed ...$arguments)
        
    
    No description
        
                    protected        EventFiringWebElement
    newElement(WebDriverElement $element)
        
    
    No description