You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Works (Ruby bindings):
// debug: Request received with params: ["scroll",[[3,"animation"]],[[7,"animation"]]]
// Fails (Java bindings):
// Request received with params: {"selector":"[\"scroll\",[[3,\"Animation\"]],[[7,\"Animation\"]]]"}
complexFind must return an element. Currently a string is returned.
I expect the following method signature:
public WebDriver complexFind(String complex) {
Instead it's
public String complexFind(String[] complex) {
The text was updated successfully, but these errors were encountered: