Commit Graph

2856 Commits

Author SHA1 Message Date
bootstraponline 1ff3fabbe7 Add Ruby scrollTo example 2013-11-12 11:44:10 -05:00
Jonathan Lipps da284a0411 add more command timeout tests 2013-11-11 16:05:29 -08:00
bootstraponline 7ce66b81ea Merge pull request #1460 from jlipps/master
fail earlier with no activity/package (fix #1450)
2013-11-11 15:37:49 -08:00
Jonathan Lipps db28417379 Merge pull request #1443 from thu2004/selendroid_fixes
Selendroid fixes
2013-11-11 15:12:41 -08:00
Jonathan Lipps 015b9ef601 Merge pull request #1457 from misttar/master
Adding UIAMapView as mapView to tag_name selector style on ios;
2013-11-11 15:12:10 -08:00
Jonathan Lipps b95e65317c fail earlier with no activity/package (fix #1450) 2013-11-11 14:50:50 -08:00
bootstraponline 5168555f60 Merge pull request #1459 from jlipps/master
make sure selendroid stops logcat too (fix #1330)
2013-11-11 14:10:47 -08:00
Jonathan Lipps 9e4c896886 make sure selendroid stops logcat too (fix #1330) 2013-11-11 13:52:06 -08:00
Jonathan Lipps ea4c6ecf61 Merge pull request #1449 from penguinho/locale
Set iOS Simulator Language
2013-11-11 13:36:42 -08:00
Dan Cuellar 7b1e1badce Set iOS Simulator Language using ios-sim-locale from https://code.google.com/p/ios-sim-locale/ 2013-11-11 13:01:10 -08:00
Jonathan Lipps 20a537ba1d add test for setting slider value in ios 2013-11-11 12:02:14 -08:00
Jonathan Lipps e3f0e26a95 Merge pull request #1455 from jlipps/master
use relative paths in ios-log.js
2013-11-11 11:30:06 -08:00
Chi Thu Le 7de39ffba3 Undo opts.systemPort change 2013-11-11 19:41:28 +01:00
Lee, James (ETW - WHQ) 10a8b8080c Adding UIAMapView as mapView to tag_name selector style on ios; 2013-11-11 09:29:07 -08:00
Jonathan Lipps 8f05214e5d use relative paths in ios-log.js 2013-11-11 08:22:23 -08:00
bootstraponline 4e51d79f46 Merge pull request #1448 from snevesbarros/call_method_of_null_fix
fix for issue 1445.
2013-11-09 13:59:09 -08:00
Sergio Neves Barros 25b164d9d3 added check to see if instruments is not null 2013-11-09 19:50:52 +00:00
bootstraponline a5a201f385 Merge pull request #1446 from boxiong/master
Made a change so that we can patch isVerbose to the mechanic project
2013-11-08 12:43:06 -08:00
Bo Xiong 6a39302db7 Updated so shat we can patch isVerbose to the mechanic project 2013-11-08 14:33:33 -06:00
Chi Thu Le f8e2909ed2 Moved getCurrentActivity to android-common.js 2013-11-08 20:39:37 +01:00
Jonathan Lipps 32bf686862 remove unnecessary debug log 2013-11-08 10:50:35 -08:00
Jonathan Lipps c62a44ee44 Merge pull request #1436 from boxiong/master
Added an option to suppress excessive logging from UIALogger.
2013-11-08 09:22:03 -08:00
Bo Xiong 6c622ed733 Added an option to suppress excessive logging from UIALogger (non-verbose by default). 2013-11-08 09:31:14 -06:00
Chi Thu Le 86060e7c5f Provide default system port for selendroid. Fixed selendroid keyevent crash and added getCurrentActivity for selendroid 2013-11-08 10:14:10 +01:00
Jonathan Lipps 70070153cf Merge pull request #1440 from jlipps/master
replace quotes with replace(), not weird string truncation
2013-11-07 14:44:53 -08:00
Jonathan Lipps 465ae14f4e replace quotes with replace(), not weird string truncation 2013-11-07 12:36:53 -08:00
Jonathan Lipps 4ba548bd67 Merge pull request #1439 from bootstraponline/ios7_alert_accept_fix
Fix acceptAlert for UICatalog on iOS 7
2013-11-07 12:11:04 -08:00
bootstraponline 3280949aca Fix acceptAlert for UICatalog on iOS 7 2013-11-07 14:59:26 -05:00
bootstraponline 7e4ceaf28e Merge pull request #1438 from bootstraponline/ios7_alert_dismiss_fix
Fix dismissAlert for UICatalog on iOS 7
2013-11-07 11:54:52 -08:00
bootstraponline d5046c1233 Fix dismissAlert for UICatalog on iOS 7 2013-11-07 14:24:23 -05:00
Jonathan Lipps 4a0cb4cc9e changelog and bump to 0.11.3 for publish v0.11.3 2013-11-06 11:44:52 -08:00
Jonathan Lipps 80d9241418 Merge pull request #1431 from jlipps/master
move logcat code so it doesn't break selendroid
2013-11-06 11:44:04 -08:00
Jonathan Lipps d29ea809ba move logcat code into android-common
so that selendroic an use it as well
2013-11-06 11:12:59 -08:00
Jonathan Lipps 9bd93ae1f4 update selendroid 2013-11-06 11:07:04 -08:00
bootstraponline e9a31b2b46 Merge pull request #1430 from snevesbarros/update_launcher
updated safari launcher to latest
2013-11-06 09:17:00 -08:00
Sergio Neves Barros 7956393ebe updated safari launcher with .gitignore changes 2013-11-06 09:15:00 +00:00
bootstraponline 5421e19d69 Merge pull request #1426 from jlipps/master
add more logging and error handling to authorize
2013-11-05 12:56:16 -08:00
Jonathan Lipps 8a73c4150f add more logging and error handling to authorize
fix #1409?
2013-11-05 12:41:14 -08:00
bootstraponline 1064531076 Merge pull request #1425 from jlipps/master
add tests for #1413, also fix jsonwp misinterpretation
2013-11-05 12:39:43 -08:00
Jonathan Lipps 199d7e40b9 add tests for #1413, also fix jsonwp misinterpretation
logTypes should return array of types, not array of objects
cc @ecomrobotics
2013-11-05 12:00:40 -08:00
Jonathan Lipps 6137e1325f increase launch timeout for slow android emus 2013-11-05 11:41:04 -08:00
Jonathan Lipps 89c260a246 Merge pull request #1424 from ecomrobotics/fix-updating-desired-capabilities
Bugfixes for desired_capabilities updating and for ios_logging
2013-11-05 10:12:27 -08:00
eComRobotics Team 93c313303f Bugfixes for desired_capabilities updating and for ios_logging 2013-11-05 20:30:37 +04:00
Jonathan Lipps 099d564ebc Merge pull request #1413 from ecomrobotics/ios-logs
Support for iOS logs for devices and simulators
2013-11-04 15:44:31 -08:00
eComRobotics Team caf7d789e9 Support for iOS logs for devices and simulators
Fix after comments by @jlipps

Fix require section
2013-11-05 03:16:44 +04:00
Jonathan Lipps 721c1b79d0 Merge pull request #1417 from feelobot/patch-3
Update hybrid.md
2013-11-04 13:52:09 -08:00
Felix Rodriguez d1f2217d5e Update hybrid.md 2013-11-04 13:50:17 -08:00
Jonathan Lipps 00cedf5e90 Merge pull request #1414 from snevesbarros/fix_1411_null_session
fix for 1411: added bundleId to sim build and did safariLauncher flag cleanup
2013-11-04 13:08:05 -08:00
Jonathan Lipps 428de3550b Merge pull request #1365 from testerhome/master
Translate Appium Docs to Chinese
2013-11-04 10:44:21 -08:00
Sergio Neves Barros 4b362df4d0 Added bundleId for simulator build and did a cleanup for isSafariLauncherApp flag 2013-11-04 18:28:22 +00:00