Package com.vaadin.testbench
Interface HasCallFunction
-
- All Superinterfaces:
org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement
- All Known Implementing Classes:
TestBenchElement
public interface HasCallFunction extends org.openqa.selenium.WebElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcallFunction(String methodName, Object... args)Invoke the given method on this element using the given arguments as arguments to the method.-
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
-
-