schneidmaster / gitreports.com

Git Reports is a free service that lets you set up a stable URL for anonymous users to submit bugs and other Issues to your GitHub repositories.
MIT License
134 stars 27 forks source link

Eclipse or Appium was unable to write uppercase character in the textbox field of my app #76

Closed areebashuja closed 9 years ago

areebashuja commented 9 years ago

I am using,

  1. eclipse: jdk1.7.0_79
  2. appium: AppiumForWindows 1.4.0.0

I am facing an issue when i am performing automation testing and executing the code for password of my app. My code is: driver.findElement(By.id("editTextPassword")).sendKeys("Top456!");

When i am executing this code, eclipse was unable to write capital "T" in the textbox field. It writes "t" in textbox. Because of this issue, my app stops and unable to move forward. Please can anyone help me out.

Thanks

schneidmaster commented 9 years ago

Hi - I think you may be in the wrong place - this is the repository for Git Reports, a Ruby on Rails web application. I would recommend posting your question somewhere like Stack Overflow.

areebashuja commented 9 years ago

Thanks for the suggestion