Arguments must be a number, a boolean, a String, WebElement, or a List of any combination of the above. An exception will be thrown if the arguments do not meet these criteria. The arguments will be made available to the javascript via the "arguments" magic variable, as if the function were called via "Function.apply" @param script The javascript to execute @param args The arguments to the script. May be empty @return One of Boolean, Long, String, List or WebElement. Or null.
|
|
|
|
|
|
|
|
|
|
|
|
|
|