complexFind [must return an element](https://github.com/appium/appium/commit/2346cf0ace3a8971d565935125de0a1fe174a063#diff-c803209462a67414ef5c6e9554bdbac3R68). Currently a string is returned. I expect the following method signature: `public WebDriver complexFind(String complex) {` Instead it's `public String complexFind(String[] complex) {`