Commit Graph

2503 Commits

Author SHA1 Message Date
Jonathan Lipps 9788d7ffed Merge pull request #1166 from swapna-chennadi/master
Fix for Issue#1165
2013-09-16 08:26:51 -07:00
Jonathan Lipps b746d31016 Merge pull request #1168 from jlipps/fix-1099
Fix 1099
2013-09-16 08:21:15 -07:00
Swapna Chennadi b5af29d512 Fix for Issue#1165 2013-09-16 15:57:53 +01:00
Jonathan Lipps 465c58b6d2 fix element tapping logic 2013-09-16 16:19:39 +02:00
hannes 688f0c0d77 enable apppium to tapping on UITableViewCell
tapping UITableViewCell using UI Automation does not work and it is a known bug with apple, work around for tapping on UITableViewCell is using the element coordinates and added that to appium
2013-09-16 16:19:39 +02:00
Jonathan Lipps 2c5daf4978 fix another place where APPIUM_PORT is needed 2013-09-16 16:16:42 +02:00
Jonathan Lipps 9fd01ca9f6 update uicatalog tests to use APPIUM_PORT 2013-09-16 16:09:11 +02:00
bootstraponline 77f2999f6a Merge pull request #1163 from jlipps/master
various fixes and refactors
2013-09-16 06:29:31 -07:00
bootstraponline e754e91e62 Merge pull request #1164 from paymand/fix_for_keyevent
Fix for keyevent
2013-09-16 06:27:51 -07:00
Payman Delshad c3f4a2994e Make sure 'keyevent' works if metastate is null. 2013-09-16 15:26:49 +02:00
Jonathan Lipps cf61fbec1b update udidetect submodule 2013-09-16 09:14:47 +02:00
Jonathan Lipps efc9a6e40d update udidetect 2013-09-16 09:14:32 +02:00
Jonathan Lipps 8cd23a83c8 refactor ios.js to get rid of some instruments race condition bugs 2013-09-15 14:15:29 +02:00
Jonathan Lipps 5629097cde make running one set of platform tests easier with test.sh 2013-09-15 14:15:29 +02:00
Jonathan Lipps e996df36d7 make sure app cleanup happens synchronously 2013-09-15 14:15:29 +02:00
Jonathan Lipps 9dcb9d9736 fix apidemos alerts test to use APPIUM_PORT 2013-09-15 14:15:29 +02:00
Jonathan Lipps 37f4a95f7b update yiewd example again 2013-09-15 11:18:36 +02:00
Jonathan Lipps d82449e0d2 update yiewd example with new yiewd syntax 2013-09-15 11:18:35 +02:00
Jonathan Lipps 09d06f63cd add another yiewd example 2013-09-15 11:18:35 +02:00
Dan Cuellar c155705dfd Merge pull request #1161 from penguinho/udidetect
Adding automatic udid detection to iOS
2013-09-14 18:00:08 -07:00
Dan Cuellar 98488b8767 Adding automatic udid detection to iOS 2013-09-14 17:02:26 -07:00
Jonathan Lipps ec160550e3 Merge pull request #1160 from bootstraponline/fix_activity_regex
Android packages may have underscores
2013-09-13 09:58:28 -07:00
bootstraponline beb2202be7 Android packages may have underscores
var str = "mFocusedApp=AppWindowToken{41ac2030 token=Token{41797308
ActivityRecord{419b9290 u0 com.example.webviewapp_18_api/.MainActivity}}}";

// undefined
/mFocusedApp.+ ([a-zA-Z0-9\.]+)\/(\.?[^\}]+)\}/.exec(str)
2013-09-13 08:34:42 -04:00
bootstraponline 57946a8e8f Merge pull request #1158 from paymand/fix_for_keyevent
Make sure to pass the variables correctly for 'keyevent'.
2013-09-13 05:21:31 -07:00
Payman Delshad bb7ebef752 Make sure to pass the variables correctly for 'keyevent'. 2013-09-13 10:50:24 +02:00
Jonathan Lipps 0fb1d4e989 Merge pull request #1144 from bootstraponline/fix_screenshot
Fix screenshotStatus
2013-09-12 16:36:14 -07:00
bootstraponline becc681ac2 Merge pull request #1155 from mutualmobile/master
Android support for meta state on key codes (i.e. long press the back ke...
2013-09-12 12:05:24 -07:00
Eric Plaster 38453c4847 Android support for meta state on key codes (i.e. long press the back key) 2013-09-12 13:14:18 -05:00
bootstraponline ec2b4c3f0c Merge pull request #1152 from jlipps/master
fix android swipe duration
2013-09-12 05:51:20 -07:00
bootstraponline bb7affb9eb Fix screenshotStatus 2013-09-12 08:46:23 -04:00
Jonathan Lipps 2057d6a7d9 Merge pull request #1145 from bootstraponline/catch_exception
Catch exception
2013-09-12 05:18:56 -07:00
Jonathan Lipps 2eacdbad49 fix steps and duration logic for swipe and flick 2013-09-12 13:58:30 +02:00
bootstraponline 935e12bf6f Catch exception
command.getElement() may return null. Appium must catch exception or it'll crash with a NullPointerException.

Fix #1140
2013-09-11 12:37:08 -04:00
bootstraponline 868a3202bf Merge pull request #1136 from bootstraponline/fix_null_instruments
Fix null instruments
2013-09-10 13:33:20 -07:00
Jonathan Lipps 712945f2ef fix sauce driverblock 2013-09-10 11:16:49 -07:00
bootstraponline 8502f0e122 Fix null instruments 2013-09-10 09:08:30 -04:00
bootstraponline 256bf7831f Fix doc format 2013-09-09 18:17:12 -04:00
bootstraponline 82f741e9d9 Merge pull request #1133 from filmaj/caps-docs
Expanded capability documentation
2013-09-09 15:10:43 -07:00
filmaj ec27ecb23e Made explicit that app capability is not required to launch pre-installed Android apps. 2013-09-09 15:06:20 -07:00
filmaj 1144a2a58f Expanded capabilities documentation for mobile after reviewing appium.js code. 2013-09-09 15:03:05 -07:00
Jonathan Lipps 38d43daacb Merge pull request #1129 from bootstraponline/ios_id
Fix iOS id
2013-09-09 12:57:44 -07:00
bootstraponline be30dee179 Fix iOS id
Selector override must happen outside the doFind function. If it's left inside
doFind, then waitForCondition will cause selector to be undefined.
2013-09-09 15:17:15 -04:00
Jonathan Lipps a24ae5b669 Merge pull request #1127 from jlipps/master
fix android touch/click issue
2013-09-09 10:30:40 -07:00
Jonathan Lipps e5eb9f100d fix issue with touch/click on android getting wrong params 2013-09-09 10:18:50 -07:00
Jonathan Lipps f6d9b8f56c update gappium 2013-09-09 09:09:13 -07:00
bootstraponline 6186ca0da6 Merge pull request #1121 from penguinho/moveto_center_fix
MoveTo now moves to the center if no offsets are provided
2013-09-08 09:29:19 -07:00
Dan Cuellar dde95315a9 MoveTo now moves to the center if no offset is provided 2013-09-08 09:09:11 -07:00
bootstraponline 286409b8e7 Merge pull request #1124 from penguinho/fix_real_devices
Fixing error thrown when trying to read Localizable.string off a real de...
2013-09-08 09:05:06 -07:00
Dan Cuellar 6c3e68b32b Must run safari on simulator before running appium
Fix #755
2013-09-08 08:26:32 -07:00
Dan Cuellar 4265163021 Fixing error thrown when trying to read Localizable.string off a real device 2013-09-07 19:03:12 -07:00