Commit Graph

33 Commits

Author SHA1 Message Date
Isaac Murchie
a70a7ad4b7 Update python samples to 1.0 2014-04-28 20:44:50 -07:00
Jonathan Lipps
0de0452b75 ensure selendroid test app doesn't need to have its version updated when we update selendroid 2014-02-13 15:25:56 -08:00
Jonathan Lipps
dd863c7fa8 update all examples to use correct desired caps
we don't want people getting confused!
2013-10-24 14:03:17 -07:00
drpy
0cebb5ad52 improved python sample codes (android + selendroid mode) 2013-08-31 18:04:46 +02:00
berni
0cb929e4ca all-in-one sauce connect example for python 2013-07-30 10:11:53 +02:00
Jonathan Lipps
d39390eb1f update example code to use new style of android activity 2013-07-10 16:12:48 -07:00
Jonathan Lipps
bae72cd7d0 browserName not needed for Appium tests 2013-07-10 10:20:44 -07:00
Jonathan Lipps
d3fc5a081d update appium to reflect changes in new selendroid 2013-06-06 09:39:13 -07:00
Eric Plaster
5d7cc06ae8 Added changes to notify websocket listeners of alert dialogs.
One thing to keep in mind: iOS and Android treat dialogs differently. iOS "system" dialogs can be triggered from the application under test as well as from external sources (the system). However, Android treats dialogs as any other window. So, to make this work, the bootstrap app looks for windows with the package name of "com.android.systemui". These are dialogs that the system has instantiated, but not the app.

So, for example, if we had the same application written on both platforms, and they both had a login screen, and you click on the login button without putting in a username. On iOS, you would be notified if they used a standard system dialog, and you would not be notified on Android. However, if the system put up a low battery dialog, it would be detected on both systems.

So... The main reason for implementing this is to stop failing tests from unintentional dialogs appearing during an overnight test.

Updated call signiture to instruments.
2013-05-28 13:11:36 -05:00
OniOni
7ee8bbc5cb Update android web view example. 2013-05-14 14:24:51 -07:00
OniOni
09ee81061b __dirname should do fine. 2013-05-09 15:55:47 -07:00
Jason Carr
2fa7a34c8f Add requirements.txt 2013-05-09 15:26:48 -07:00
OniOni
6a3810f786 Make python examples runnable from anywhere (not just from script dir). 2013-05-08 17:52:39 -07:00
OniOni
e3ecdf49d9 Pep8 treatement to android_web_view. 2013-05-08 17:51:52 -07:00
Jason Carr
d4d59622fd Android example for sauce. 2013-05-06 16:54:08 -07:00
Jonathan Lipps
8f2711094c add contacts android app and example test 2013-05-01 15:09:57 -07:00
Jonathan Lipps
988440a3c0 another android python example 2013-04-30 16:33:20 -07:00
OniOni
078c4d7937 Style fix. 2013-04-22 21:25:44 -07:00
OniOni
4cab8d8de1 Add new test for android web view. 2013-04-19 18:07:52 -07:00
omireault
fbf6f0b880 Fixed the python UICatalog tests.
Added a new test: test_frames - this will show off the web view context switching in python
Made the output a bit more verbose for debugging
2013-04-05 14:59:24 -06:00
Rorosha
b0b4f3ba6c Added sauce pass/fail reporting to the python example. 2013-03-13 22:01:26 -06:00
Jason Carr
d69cba4949 Android python example 2013-03-11 17:26:25 -07:00
Jonathan Lipps
c11c7a4986 update example files to clarify what sdk is used 2013-02-11 18:53:00 -08:00
Jonathan Lipps
6b88ae1d34 change hosted location of example apps 2013-02-06 16:34:07 -08:00
Jason Carr
f06ae02276 Python example on Sauce. 2013-02-04 12:24:11 -08:00
Jonathan Lipps
abb7f98920 some small fixes 2013-01-25 15:41:07 -08:00
Jonathan Lipps
d6a33d017b update readme and example tests to use new way of starting app 2013-01-25 11:28:47 -08:00
berni
96a3dc5aa8 flick element - work with sliders etc. 2013-01-24 12:52:14 +01:00
berni
7d40e16667 flick test (using UICatalog app), fix: use camelcase in flick 2013-01-23 23:45:19 +01:00
berni
48d8c78461 cleanup 2013-01-23 22:19:41 +01:00
berni
c5c26cac35 example python tests update 2013-01-23 22:19:41 +01:00
berni
be25162f77 use the latest selenium version notice 2013-01-22 19:35:57 +01:00
berni
0e5ec6ca25 python unit test example using appium 2013-01-22 19:22:15 +01:00