I have ussue when Sending Keys to some field
driver.findElement(By.xpath(\"//*[@id=\\\"login-main\\\"]/a\")).click();
Thread.sleep(1000);
driver.findElement(By.
I found a solution how to fix the issue with updating the chrome driver to 2.36 It was to download the chromedriver version and to find out where is the "version of chromedriver" that is taken by Appium the path was
C:\Users\Rosen\AppData\Local\Programs\appium-desktop\resources\app\node_modules\appium\node_modules\appium-chromedriver\chromedriver\win\chromedriver.exe
and change it with the new version , so it fix the problem and stop telling me that there is an issue .