Isaac Murchie
c1fb7a8d9a
Fix python swipe docs
2016-03-02 16:04:19 -08:00
Jonathan Lipps
3da51d05cf
move all old code out of git
2015-05-21 20:50:36 -07:00
Jonathan Lipps
963eac555b
get rid of old xpath/uiauto dirs now that we have appium-uiauto
2015-05-12 12:11:02 -07:00
sebv
fb3e4daab6
ci fix
2015-02-28 20:39:46 +08:00
sebv
230fde79c4
typo
2015-02-27 21:26:12 +08:00
sebv
375098ec95
ci changes, moving code to appium-ci-gulper and using gulp more
2015-02-27 20:31:13 +08:00
sebv
b0c8b983dc
adds prepare-tap tool
2015-02-09 02:11:23 +08:00
Isaac Murchie
3cb2c426a2
Figure out location of adb earlier
2015-01-14 10:40:40 -08:00
Jonah Stiennon
1d6d6237ca
all sample-code in gitignore
2014-08-13 16:26:35 -07:00
Jonathan Lipps
0483952a0e
move sample code and apps out of main repo
...
and add a grunt task that brings them in for use in dev
2014-08-12 17:58:42 -07:00
Isaac Murchie
5b9145af02
Update Python samples
2014-06-09 19:34:59 -07:00
bootstraponline
04ca54f094
Update Ruby sample code
2014-05-17 17:04:44 -04:00
Dan Doveralba
b07e1b633c
Add Location & Contacts Alerts
...
* reqest access to location and contacts in our sample app
2014-03-14 18:26:31 -07:00
Isaac Murchie
c7910936fd
Ignore maven/surefire byproducts
2014-03-06 09:48:45 -08:00
bootstraponline
cce7ee0126
Android longClick x, y, and duration support
...
Ruby examples:
mobile :longClick, element: el.ref
mobile :longClick, element: el.ref, duration: 3000
mobile :longClick, x: 400, y: 297, duration: 3000
mobile :longClick, x: 0.5, y: 0.244
2014-02-27 16:18:05 -05:00
jonahss
cd411874a4
changed .appiumconfig to .apapiumconfig.json so we can load it with require() and have it cached
2014-02-25 15:53:55 -08: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
0dd0b95d1c
keep track of 'dumpsys window' logs for research ( fix #1401 )
2013-11-21 13:44:46 -08:00
Jonathan Lipps
c3e7c1d03b
update webviewapp for ios7, all orientations, and loading notification
2013-11-15 10:56:16 -08:00
Jonathan Lipps
5ad5df488b
move all android-related files together into devices/android
2013-10-17 12:33:49 -07:00
Jonathan Lipps
64f5619331
move uiauto stuff into ios/ and extract status and xpath libs
2013-10-17 12:33:48 -07:00
Jonathan Lipps
f6a4940fc0
update gitignore and npmignore with new directory structure
2013-10-17 10:30:10 -07:00
Jonathan Lipps
27aa99bceb
allow test.sh to collate all tests
...
so we get one test count and time measurement
2013-09-16 19:03:23 +02:00
Jonathan Lipps
ca061241d5
make sure gappium apps are in gitignore
2013-09-05 17:50:30 -07:00
Jonathan Lipps
5318d58990
add set geolocation support for android ( fix #564 )
2013-06-03 16:53:29 -07:00
Dan Cuellar
b58e01766c
Adding .idea to .gitignore
2013-05-15 08:28:34 -07:00
Jonathan Lipps
8244d13b5f
have appium use all external binaries/libraries in build/ rather than submodules/
...
this is so we can easily wrap up build/ say for an npm publish without getting all the submodule code as well
2013-05-07 16:37:29 -07:00
Jonathan Lipps
e5d43beb9f
refactor server.js and add config functions so we fail if not configured
2013-05-03 16:38:04 -07:00
Jonathan Lipps
5f070ffdc2
rename uiautomator/ dir to more descriptive android/
2013-05-03 11:38:26 -07:00
Jonathan Lipps
776726366f
make sure webviewdemo isn't added to repo
2013-04-30 08:52:37 -07:00
Jonathan Lipps
e1d7102499
update gitignore to track selendroid test
2013-04-12 10:15:36 -07:00
Jonathan Lipps
7631fb7f75
reset.sh for selendroid
2013-04-11 13:35:22 -07:00
xuru
de3fdfff92
Added support for element based swiping.
2013-04-08 11:39:52 -05:00
Jonathan Lipps
33e0fae889
get apidemos from github, link to right place ( fixes #388 )
2013-04-05 12:40:05 -07:00
Jonathan Lipps
e40808e74a
delete ApiDemos from repository so we can put in a submodule
2013-04-05 12:28:38 -07:00
bootstraponline
a78e4a2f87
Stop when activity fails to show up
...
Fix targetActivity name in debug message
Log when an object is found
Update gitignore
Fix #371
2013-04-03 13:52:49 -04:00
Eric Plaster
fd2444b837
Changed the regular expression in ADB.prototype.waitForActivity to make
...
the period optional at the begining of the activity. At least for API 17 I
don't see it. Here is the line for mFocusedApp for my app:
mFocusedApp=AppWindowToken{b52c36d0 token=Token{b524e338 ActivityRecord{b528ae18 u0 com.xxxxx.android.root/com.xxxxx.android.activity.LoginScreenActivity}}}
Removed backup file and added ignore
2013-03-27 09:58:38 -04:00
bootstraponline
23834dca81
Match overflow menu button and button
2013-03-25 13:49:59 -04:00
bootstraponline
dbbd559bb0
Add * XPath unit test
2013-03-23 13:08:14 -04:00
bootstraponline
ec21895d56
Add text contains
...
Fix #301
2013-03-23 12:55:12 -04:00
Jonathan Lipps
b129f23dfe
gitignore
2013-03-19 11:09:05 -07:00
bootstraponline
92da9e49e9
--fast-reset
...
Fix #245
2013-03-12 15:10:04 -04:00
Jonathan Lipps
7ec07dd362
add project files for android test app
2013-03-04 13:48:54 -08:00
Jonathan Lipps
a54f2f5751
ignore appium bootstrap jar
2013-02-28 14:57:03 -08:00
Jonathan Lipps
adb05b18a6
gitignore
2013-02-27 18:40:40 -08:00
Jonathan Lipps
7098dbb8e0
bring android apidemos into appium with config/build helpers
2013-02-27 18:38:19 -08:00
Jonathan Lipps
3a71b53e13
guess we want to store the binary so we can use it
2013-02-26 09:13:43 -08:00
Jonathan Lipps
0a816dc946
guess we want to hide everything in bin
2013-02-26 09:13:43 -08:00
Jonathan Lipps
c486afa86f
add build file
2013-02-26 09:13:43 -08:00
Jonathan Lipps
d477a8f7ea
don't think this should be in src
2013-02-26 09:13:43 -08:00