Commit Graph

907 Commits

Author SHA1 Message Date
Moiz Virani 0aec9080de Adding noSign capability 2014-08-19 12:00:13 -07:00
bootstraponline 380242ba24 Merge pull request #3410 from 0x1mason/3209
Removed request size limit.
2014-08-18 12:58:30 -04:00
Eric Millin 6fdd6ae9b3 Removed request size limit. 2014-08-18 10:12:39 -04:00
Payman Delshad 163839f6df Fixes for andriod-hybrid.js and chromedriver.js.
Fix for bugs introduced by the following commits:
https://github.com/appium/appium/commit/570d6beb85cea48c4dd78b6b0089e88437ea0822
https://github.com/appium/appium/commit/f8d8e5513e706712eeda349e7d50cf03f3eb7573
2014-08-15 16:27:18 +02:00
Moiz Virani e94535b878 Cleaner way of calling stoplogcat for chromeDriverExit 2014-08-14 15:21:27 -07:00
Moiz Virani af856a15e5 Adding adb stop to chrome to prevent leaking of adb issue 2014-08-14 15:03:54 -07:00
Jonathan Lipps 551542bcc8 Merge pull request #3386 from austenke/master
Changed error handling for clearText
2014-08-13 15:47:22 -07:00
austenke addae88f8f Changed error handling for clearText 2014-08-13 15:37:02 -07:00
Jonathan Lipps f8d8e5513e download all linux chromedriver architectures
using the --chromedriver-install-all flag now downloads 32 and 64 bit archs
without the flag, the machine will download the one appropriate to its arch
fix #3368
2014-08-13 11:18:48 -07:00
Jonathan Lipps fb812c28d7 remove 'iwebview' functionality
- turn WebViewApp into a dev dependency only
- remove iwebview tests etc
2014-08-13 10:04:32 -07:00
austenke 570d6beb85 Allow chromeOptions method 2014-08-12 13:31:54 -07:00
austenke f70ba32a76 Added method to append existing text 2014-08-11 14:55:42 -07:00
Jonathan Lipps 9a62e7ba7d Merge pull request #3351 from imurchie/isaac-chromedriver
Android Chromedriver caching
2014-08-08 16:47:47 -07:00
Isaac Murchie c8b0087063 Android Chromedriver caching 2014-08-08 16:42:07 -07:00
Jonathan Lipps 10bea4397f Merge pull request #3350 from 0x1mason/1708_2
Fixed issue #1708: delete cookie inconsitency in Safari
2014-08-08 15:50:03 -07:00
Sauce Labs cc26a38128 Fixed issue #1708: delete cookie inconsitency in Safari 2014-08-08 15:46:03 -07:00
Isaac Murchie 41d7a3486e Add interKeyDelay cap for iOS 2014-08-08 14:04:51 -07:00
Jonathan Lipps ee8c539821 add logging to prove we're not waiting for apple.com to load before starting a session (fix #3183) 2014-08-08 12:06:19 -07:00
Jayme Deffenbaugh 84197da3c6 Fix for #3325. localizableStrings is no longer an array 2014-08-07 15:32:05 -07:00
Moiz Virani 70802ec573 Bootstrap clear fallback strategy by sending bunch of deletes 2014-08-07 15:24:44 -07:00
Jonathan Lipps 2d648999ee fix whitespace issue 2014-08-07 12:21:17 -07:00
Isaac Murchie fa6c06199a Handle boolean caps sent as strings 2014-08-07 09:53:12 -07:00
Isaac Murchie eb6c322563 Fix selendroid full reset 2014-08-06 13:59:27 -07:00
Isaac Murchie 3740c28e8c Fix errant ref to this 2014-08-05 16:22:30 -07:00
Jonathan Lipps 699dfa6a79 Merge pull request #3276 from austenke/master
Moved location logic to location_in_view
2014-08-05 09:39:46 -07:00
Jonathan Lipps 01fa4f6c78 Merge pull request #3290 from imurchie/isaac-tests
Fix Android tests for real device
2014-08-05 09:08:40 -07:00
Jonah Stiennon 9ee0b15fd5 Selecting all elements via XPath no longer mistakenly includes the root <hierarchy> node, which was causing appium to error. Fixes #2548 2014-08-04 22:00:56 -07:00
austenke 1c27b26bdb Changed location functions to location_in_view
Changed deprecation message method

Routing fix

Deprecation message fixes

Small fixes

setLocation fixes

Fixed setLocation and renamed getLocationInView

Corrected getLocation call
2014-08-04 18:22:41 -07:00
Isaac Murchie 54868eb21a Fix tests for real device 2014-08-04 18:09:55 -07:00
Moiz Virani 3eb3914707 Adding retry for iOS screenshot 2014-08-04 15:29:29 -07:00
bootstraponline 456590b1be Merge pull request #3271 from Jonahss/instance
fix for xpath, uses ClassName and Instance instead of Index
2014-08-03 22:04:34 -04:00
Jonah Stiennon ec26114a5d fix for xpath, uses ClassName and Instance instead of Index 2014-08-03 18:45:34 -07:00
Moiz Virani 8d6e6fff9b Adding fallback for finding app activity from AndroidManifest.xml and renaming strings_from_apk to appium_apk_tools 2014-08-01 10:48:04 -07:00
Jonathan Lipps dba88aa627 Merge pull request #3267 from erlendfh/resolve-ios-simulator-directory
Resolve iOS Simulator directory
2014-07-31 11:48:28 -07:00
Jonathan Lipps a4d17b8271 add .ipa to list of downloadable app options (fix #3268) 2014-07-31 11:25:07 -07:00
Erlend Halvorsen 2085253133 If we have more than one iOS simulator directory then try filtering out any that doesn't have an Applications folder 2014-07-31 16:13:18 +02:00
Jonathan Lipps 3c1914ba9d Merge pull request #3220 from erlendfh/ios-pushFile
Implemented pushFile for iOS controller
2014-07-30 12:11:05 -07:00
Jonathan Lipps 12238610fc fix error message (fix #3257) 2014-07-30 12:01:39 -07:00
Jonathan Lipps 7098ce2de8 make appium device.stop use node-style callback
this will add some logging for #3258
2014-07-30 10:54:07 -07:00
Erlend Halvorsen d4d49acda1 Implemented pushFile for iOS controller 2014-07-30 13:55:08 +02:00
Moiz Virani 02a1c1e7ba Updating android version to 19 and removing android-18 dependency 2014-07-29 10:56:58 -07:00
Jonathan Lipps caeb3bafbf use correct shutdown call signature to fix real safari hanging on DELETE session
fix #3244
2014-07-29 10:35:08 -07:00
Jonathan Lipps b014ae1b4a remove duplicate line (fix #3245) 2014-07-29 10:33:31 -07:00
sebv 5b4c0ebcb9 sim log cleanup 2014-07-29 11:30:10 +02:00
Jonathan Lipps c49559455d add validation for port values to server (fix #3227) 2014-07-28 11:47:38 -07:00
Jonathan Lipps afe7ad69b2 Merge pull request #3239 from imurchie/isaac-touch
Fix handling of multiple taps
2014-07-28 11:14:46 -07:00
Isaac Murchie a246a63bf1 Fix handling of multiple taps 2014-07-28 10:01:49 -07:00
sebv 4de70f56a9 fixing localization caps 2014-07-28 18:18:50 +02:00
Jonathan Lipps 821b2824e2 Merge pull request #3216 from jsgithub1/defect/3215
fix issue #3215
2014-07-28 09:04:33 -07:00
Jonathan Lipps 102f996203 Merge pull request #3228 from erlendfh/fix-xml-plist-parsing
XML plist parser returns a different structure than the binary plist parser
2014-07-28 08:57:36 -07:00