mosil / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Click On WebElements not happenning #552

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download myTFS application from PlayStore 
https://play.google.com/store/apps/details?id=com.tmcc.click2pay.mytfs&hl=en

2. Try to click on any webelement using robotium clickOnWebElement methods.

3.Click event triggered, but next screen is not loaded.
I even tried to click by co-ordinates (solo.clickOnScreen(x,y);). But failed to 
trigger a click event.

What is the expected output? What do you see instead?
When click on the same element is done manually, the required items/activity is 
loaded. But from the script its not happenning.

What version of the product are you using? On what operating system?
Android 4.3, Robotium 4.3

Please provide any additional information below.

Original issue reported on code.google.com by sandeepk...@gmail.com on 11 Nov 2013 at 2:05

GoogleCodeExporter commented 9 years ago
Thanks for reporting this.

Original comment by renasr...@gmail.com on 11 Nov 2013 at 5:50

GoogleCodeExporter commented 9 years ago
Something seems to be wrong with the app on the device your testing it. What 
clickOnScreen does is to send a pointer event. Its up to the app to do 
something with it.

Original comment by renasr...@gmail.com on 22 Dec 2013 at 8:54