--
http://appium.io
---
You received this message because you are subscribed to a topic in the Google Groups "Appium-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appium-discuss/FVKlhGdCGbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Appium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appium-discus...@googlegroups.com.
Thanks for the response JonathanI wont mind that. But not sure whether My manager will have the same thoughts :)He wants the scripts to be robustI think this will fail even if the screen size changes by a small extentIsnt this possible by any other means? like javascript etc?Thanks,Nishant
Hi,The key event did work, but Pressing Enter didn't press the Done key of the keypad :(Any idea if I can change the type of keypad to display enter instead of done?Thanks,Nishant
Hi jonathan,
Thanks for the response.
Actually I tried all the possible key events but didnt find a suitable one dat wud press done key for me
The enter key, I.e 66 also didnt solve d purpose
Finally I used ur first suggestion of using coordinates
Hoping to see appium providing this support soon for android as well..otherwise looks a promising tool
Thanks,
Nishant
Hi Laura,
If you are automating any app(nowt mobile browser) on android key 66 should work.
Suppose there is a search textbox with no search button in the app., and search happens when you write in text box and press enter. In this case when you are typing the keyboard should appear. So write the text using the sendkeys() function of WebDriver and send the adb key 66 to perform enter.
Regards,
Naveen Kumar
--
http://appium.io
---
You received this message because you are subscribed to a topic in the Google Groups "Appium-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/appium-discuss/FVKlhGdCGbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to appium-discus...@googlegroups.com.
Visit this group at http://groups.google.com/group/appium-discuss.
For more options, visit https://groups.google.com/d/optout.
driver.tap(1, 995, 1819, 0.5)