Error : impossible to create a new session because 'createSession' which takes HttpClient, InputStream and long was not found
问题 I am trying to automate an android hybrid app but getting following errors: 1) Exception in thread "main" org.openqa.selenium.WebDriverException: It is impossible to create a new session because 'createSession' which takes HttpClient, InputStream and long was not found or it is not accessible 2) Caused by: java.lang.reflect.InvocationTargetException 3) Caused by: org.openqa.selenium.WebDriverException: No such context found. 4) NoSuchContextError: No such context found. Following is the code