manually able to log in but with salenium webdriver its showing invalid credentials,how to handle this?
问题 i am using Selenium webdriver with java to automate an angularJS based app. Manually i am able to log in to the application but in automation its showing invalid credentials. I checked with credential, they are same. I tried two location strategies Css selector and Xpath results are same. /*driver.findElement(By.cssSelector("#username")).sendKeys("9813555555");//username driver.findElement(By.cssSelector("#password")).sendKeys("9813555555");//password driver.findElement(By.cssSelector(".btn