public interface HasCallFunction
extends org.openqa.selenium.WebElement
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.
|
Copyright © 2019. All rights reserved.