Commit Graph

3414 Commits

Author SHA1 Message Date
Jonathan Lipps
bcf9d6c60e create Device class and abstract configuration logic into each type of device to clean up appium.js 2014-03-03 16:37:49 -08:00
Jonathan Lipps
e4d25a008e Merge pull request #1976 from sebv/uiauto-npm
Extracted appium-uiauto package
2014-03-03 16:29:53 -08:00
Jonathan Lipps
d097c94c90 Merge pull request #1973 from pavelsmolensky/keepKeyChains
Add option --keep-keychains to save Library/Keychains between appium session restarts
2014-03-03 13:37:08 -08:00
bootstraponline
d9c852227b Merge pull request #1983 from egoldblum/master
Increase maxBuffer for installApp command
2014-03-03 14:18:21 -05:00
Ethan Goldblum
acc56fd100 Increase maxBuffer for installApp command 2014-03-03 11:02:04 -08:00
Jonathan Lipps
d887a20349 Merge pull request #1982 from bootstraponline/master
Fix Cannot call method 'getAllLogs' of undefined
2014-03-03 09:57:46 -08:00
bootstraponline
8f6ab4a1e8 Fix Cannot call method 'getAllLogs' of undefined 2014-03-03 11:55:21 -05:00
Pavel Smolensky
f30631d784 iOS. Add --keep-keychains option and desired capability keepKeyChains 2014-03-03 18:01:13 +03:00
sebv
2db67fb872 Extracted appium-uiauto package 2014-03-02 16:07:57 +08:00
Jonathan Lipps
081987b3e0 allow device to come in through some command-line args
this should fix the appium.app 'valid device' error
2014-02-28 20:42:15 -08:00
Jonathan Lipps
6a31ccfbc1 Merge pull request #1972 from sebv/instruments-npm
Converted code to use npm appium-instruments package
2014-02-28 09:06:58 -08:00
sebv
0f0d14d783 package update 2014-02-28 22:17:31 +08:00
sebv
221ca385e5 Converted code to use npm appium-instruments package 2014-02-28 11:22:34 +08:00
Jonathan Lipps
f0193f3e26 Merge pull request #1970 from bootstraponline/source_fix
Fix Android page source
2014-02-27 13:20:26 -08:00
bootstraponline
03692b31ea Merge pull request #1945 from bootstraponline/master
Android longClick x, y, and duration support
2014-02-27 16:19:58 -05: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
bootstraponline
591c0dbc4e Fix Android page source 2014-02-27 10:19:50 -05:00
Jonathan Lipps
4163cdbad4 Merge pull request #1965 from jlipps/master
handle both binary and xml plists in ios settings
2014-02-26 16:36:57 -08:00
Jonathan Lipps
8022031199 handle both binary and xml plists in ios settings 2014-02-26 16:21:35 -08:00
Jonathan Lipps
6e9a9dd197 use nonSyntheticWebClick for our tests 2014-02-26 14:20:12 -08:00
Jonathan Lipps
e2bdac73cd update caps doc with new caps and examples 2014-02-26 10:34:17 -08:00
Jonathan Lipps
37f9081b6c Merge pull request #1956 from Jonahss/master
bugfix: watchForUnresponsiveInstruments process run on systems without ios configured
2014-02-26 09:28:09 -08:00
Jonathan Lipps
410aacc1e6 Merge pull request #1961 from paymand/scrollTo
Android: Added support for 'direction' to scrollTo.
2014-02-26 09:27:38 -08:00
Payman Delshad
b0976fece8 Android: Added support for 'direction' to scrollTo.
This fix adds a new option (direction) to 'mobile: scrollTo'.
If 'horizontal' is provided (or if the view is a HorizontalScrollView),
we will call setAsHorizontalList() before commencing the scroll.
2014-02-26 15:44:39 +01:00
Jonathan Lipps
292d265edd use better git grep for git 1.9 in publish v0.16.0 2014-02-25 19:36:41 -08:00
Jonathan Lipps
e54f5ae6b5 use better git grep for git 1.9 in publish 2014-02-25 19:36:11 -08:00
Jonathan Lipps
ddc5c38ffc bump chromedriver version 2014-02-25 19:34:13 -08:00
Jonathan Lipps
6fbc552f4c changelog and bump to 0.16.0 for publish 2014-02-25 19:32:43 -08:00
Jonathan Lipps
3c483ea9f8 use back() instead of finding Back element 2014-02-25 19:32:43 -08:00
Jonathan Lipps
9f0eebecfa update use of au.mainApp to make it a function 2014-02-25 19:32:43 -08:00
Jonathan Lipps
a061bcd29b robustify test (y location can have multiple values) 2014-02-25 19:32:43 -08:00
Jonathan Lipps
c77029aa90 retrieve target/app/window each time we need it 2014-02-25 19:32:43 -08:00
Jonathan Lipps
849f07e884 change way test app launches location status 2014-02-25 19:32:43 -08:00
Jonathan Lipps
f96f32048f robustify crash log test 2014-02-25 19:32:43 -08:00
Jonathan Lipps
2f86dec457 run test commands in serial rather than parallel to avoid race conditions 2014-02-25 19:32:43 -08:00
bootstraponline
93eb022edf Merge pull request #1957 from Jonahss/fix1798
fix issue #1798: commands fail after stopping and relaunching app.
2014-02-25 21:29:56 -05:00
jonahss
31b3fc99ae fix issue #1798: commands fail after stopping and relaunching app. 2014-02-25 18:01:02 -08:00
jonahss
8d6864a55a bugfix: watchForUnresponsiveIntruments process was being run even on systems which did not have ios configured, causing a fatal error. 2014-02-25 15:54:11 -08: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
896083a849 Merge pull request #1948 from paymand/logcat_udid
Fixed logcat capture for multiple devices.
2014-02-25 12:50:25 -08:00
Jonathan Lipps
5bd7bb0dc7 Merge pull request #1954 from jlipps/master
reset fixes
2014-02-25 12:09:04 -08:00
Jonathan Lipps
fe325c5cda add pre-commit hook in reset.sh 2014-02-25 12:02:56 -08:00
Jonathan Lipps
0f479d75ba update gappium 2014-02-25 11:48:15 -08:00
Payman Delshad
13b4e2c1e7 Fixed logcat capture for multiple devices. 2014-02-25 09:45:59 +01:00
Jonathan Lipps
05e489477f Merge pull request #1952 from jlipps/android-hybrid
Android UiAutomator-based hybrid support
2014-02-24 17:11:04 -08:00
Jonathan Lipps
2befd7d314 fix regular chrome startup 2014-02-24 17:10:43 -08:00
Jonathan Lipps
d498d7df31 fix some failing android tests 2014-02-24 16:58:04 -08:00
Jonathan Lipps
906c4b7b8e update hybrid docs 2014-02-24 15:09:34 -08:00
Jonathan Lipps
21c9242fb6 finish android hybrid support
and refactor android webview tests to work for android as well as selendroid
2014-02-24 14:59:40 -08:00
Jonathan Lipps
cedac5d8b7 work on getting chromedriver accessing webviews 2014-02-24 14:59:39 -08:00