After upgrading Appium to v1.9.0, I’m getting error on wait.until(…) an error:
[W3C] Encountered internal error running command: BadParametersError: Parameters were incorrect. We wanted "W3C protocol expects any of script, pageLoad or implicit to be set" and you sent {"type":"implicit","ms":300}
Does anyone know what causes this error? The problem seems to be in this line of code, but I do not know what is the correct way:
driver.manage().timeouts().implicitlyWait(300, TimeUnit.MILLISECONDS);