com.vaadin.testbench.

Interface HasCallFunction

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      Object callFunction(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, getAttribute, getCssValue, getLocation, getRect, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
      • Methods inherited from interface org.openqa.selenium.TakesScreenshot

        getScreenshotAs
    • Method Detail

      • callFunction

        Object callFunction(String methodName,
                            Object... args)

        Invoke the given method on this element using the given arguments as arguments to the method.

        Parameters:

        methodName - the method to invoke

        args - the arguments to pass to the method

        Returns:

        the value returned by the method