Commit Graph

3822 Commits

Author SHA1 Message Date
Jonathan Lipps
e5e30a8cd4 get rid of old device and version caps 2014-04-10 15:01:11 -07:00
Jonathan Lipps
daa7c2f216 Merge pull request #2320 from jlipps/jlipps-1.0-beta
remove 'mobile: findAndAct'
2014-04-10 15:00:44 -07:00
bootstraponline
f3a59647a5 Fix links to point to english docs 2014-04-10 17:16:56 -04:00
Jonathan Lipps
50c3dbd7fd remove 'mobile: findAndAct' 2014-04-10 14:09:57 -07:00
Jonathan Lipps
50d6c93a8d don't try to validate device string if we're not >= ios 7.1 2014-04-10 14:08:57 -07:00
Jonathan Lipps
025fc7088e Merge pull request #2315 from imurchie/isaac-action-fixes
Fix bugs in action handling
2014-04-10 11:00:12 -07:00
Isaac Murchie
8e89c749ef Fix bugs in action handling 2014-04-10 10:59:50 -07:00
Jonathan Lipps
810ad91133 Merge pull request #2293 from snevesbarros/fix_for_install_launch_remove_requests
Added 2 fixes for when using the installApp, launchApp, removeApp requests seperately
2014-04-10 10:00:24 -07:00
Sergio Neves Barros
8292b71387 Updated the app argument for the installApp, launchApp and closeApp to point to the device rather than appium. Also added a check for the "installToRealDevice" function to check if "launch" desired capability has not been set to false (as in that instance we want to manage installation and launching ourselves).
Changed the launch parameter to autoLaunch (including a check for launch desired capability and deprecation warning).
2014-04-10 10:00:01 -07:00
Jonathan Lipps
0b278af8ed Merge pull request #2313 from jlipps/jlipps-1.0-beta
remove a number of deprecated mobile: methods
2014-04-10 09:12:44 -07:00
bootstraponline
da7833d042 Merge pull request #2311 from bootstraponline/doc_fix_1.0
Fix index pages for docs
2014-04-10 10:13:21 -04:00
Jonathan Lipps
b78c8ddfe9 remove 'mobile: getCommandTimeout' 2014-04-09 18:45:25 -07:00
Jonathan Lipps
0312620d09 remove 'mobile: localScreenshot' 2014-04-09 18:43:02 -07:00
Jonathan Lipps
f1ab0c7a73 remove 'mobile: findElementNameContains' 2014-04-09 18:41:02 -07:00
Jonathan Lipps
2871411d90 remove 'mobile: waitForPageLoad' 2014-04-09 18:40:03 -07:00
Jonathan Lipps
afe4674f4a remove 'mobile: fireEvent' 2014-04-09 18:38:23 -07:00
Jonathan Lipps
b0fdf70de2 get rid of 'mobile: location' 2014-04-09 18:36:07 -07:00
bootstraponline
90777b95a1 Fix index pages for docs 2014-04-09 21:35:46 -04:00
Jonathan Lipps
d212d62cfa Merge pull request #2310 from jlipps/jlipps-1.0-beta
remove json page source in favor of xml
2014-04-09 18:32:16 -07:00
Jonathan Lipps
e2c6a9919b remove json page source in favor of xml
and fix a bug in android bootstrap's xpath that snuck in last time
2014-04-09 18:07:02 -07:00
Jonathan Lipps
d588b2cfaa Merge pull request #2309 from jlipps/jlipps-1.0-beta
remove old xpath support and promote -real xpath to xpath
2014-04-09 17:32:53 -07:00
Jonathan Lipps
958aac7e09 remove old xpath support and promote -real xpath to xpath 2014-04-09 16:15:54 -07:00
Jonathan Lipps
bbcfdb829c use dumpWindowHierarchy for xml page source as well since it's more reliable 2014-04-09 16:12:47 -07:00
Jonathan Lipps
9f6d025763 Merge pull request #2305 from bootstraponline/docs
Fix docs to work with jekyll
2014-04-09 15:49:39 -07:00
bootstraponline
74af1927a1 Fix docs to work with jekyll 2014-04-09 18:09:34 -04:00
Jonathan Lipps
37b3d8b6e4 fix selendroid command timeout bug and fix test that proves it work 2014-04-09 13:34:00 -07:00
Jonathan Lipps
d6314b57ad make sure weird responses don't crash appium 2014-04-09 11:19:32 -07:00
Jonathan Lipps
f8a26b6f3d Bring 0.18.x changes into 1.0 branch 2014-04-09 10:57:07 -07:00
Jonathan Lipps
dda56228fc Merge pull request #2299 from jlipps/1.0-beta
don't use windowHandles for switching to/from webview
2014-04-09 10:53:23 -07:00
Jonathan Lipps
e2669dd41f Merge pull request #2295 from paymand/log_and_colors
Fix the broken -g/--log and --log-no-colors.
2014-04-09 10:32:11 -07:00
Jonathan Lipps
6725332707 don't use windowHandles for switching to/from webview 2014-04-08 12:02:44 -07:00
bootstraponline
9f798f52e1 Merge pull request #2298 from casschin/gesture-doc-update
Include line to specify element for scroll gesture documentation
2014-04-08 14:57:43 -04:00
Cass Chin
a61f3de84c Include line to specify element for scroll gesture documentation 2014-04-08 14:53:24 -04:00
Payman Delshad
ae54ebe297 Fix the broken -g/--log and --log-no-colors. 2014-04-08 19:04:57 +02:00
Jonathan Lipps
17af02875e changelog and bump to 0.18.0 for publish v0.18.0 2014-04-07 22:38:45 -07:00
Jonathan Lipps
cb358bf31e fix android multiaction tests by using new wd api 2014-04-07 22:13:09 -07:00
Jonathan Lipps
124d7b0583 Merge pull request #2291 from NozomiIto/work
Segmentation fault occurs at fruitstrap when system language setting is Japanese
2014-04-07 21:13:21 -07:00
Nozomi Ito
fbcd893226 Segmentation fault occurs at fruitstrap when system language setting is Japanese 2014-04-08 10:29:59 +09:00
Jonathan Lipps
f12ec9ebb4 make sure safari/chrome tests work correctly 2014-04-07 17:27:55 -07:00
Jonathan Lipps
1f80bef473 Merge pull request #2290 from imurchie/isaac-touch-fix
Fix iOS multitouch tests
2014-04-07 17:02:06 -07:00
Isaac Murchie
4878c44b5f Fix iOS multitouch tests 2014-04-07 16:58:20 -07:00
Jonathan Lipps
3802eaf439 Merge pull request #2288 from dandoveralba/fix-reset
Fix cleanupAppState
2014-04-07 16:07:17 -07:00
Dan Doveralba
425e68198f Fix cleanupAppState
* wrap the path to sim in quotes for find
2014-04-07 15:49:50 -07:00
Jonathan Lipps
f861bf3ba5 Merge pull request #2286 from jlipps/master
fix up some version handling issues
2014-04-07 14:51:23 -07:00
Jonathan Lipps
1a7dd6f234 fix up some version handling so we can use ios 7.0 with xcode 5.1 for example 2014-04-07 14:44:39 -07:00
Jonathan Lipps
463e692c7b Merge pull request #2270 from imurchie/isaac-touch
Add touch and multitouch actions for Android
2014-04-07 14:19:00 -07:00
Jonathan Lipps
5094d595c1 fixing gesture tests and quarantining broken multiaction tests 2014-04-07 12:25:15 -07:00
Isaac Murchie
0df0d2b2dc Add touch and multitouch actions for Android 2014-04-07 12:13:16 -07:00
Jonathan Lipps
d2c88032ca fix uiautomator loc strat tests, and quarantine flakey wifi test 2014-04-07 12:10:34 -07:00
Jonathan Lipps
cfb800662a don't reset sim during location test because it removes necessary files 2014-04-07 12:01:57 -07:00