Jonathan Lipps
522f367bc1
Merge pull request #4224 from sangeethasriniv/master
...
Add new capability stopAppOnReset for android
2014-12-11 09:05:53 -08:00
Isaac Murchie
5ef1048d45
Add sendKeyStrategy to cap handler
2014-12-10 10:18:05 -08:00
Sangeetha Srinivasan
1945b652f8
Android only : Add a capability to bring up an Android app, without stopping the process,if it is already running
...
Added server capability stopAppOnReset
Added capability to selendroid
Added help for stopAppOnReset
2014-12-04 11:55:24 -05:00
ktronic80
4b6809c80b
Issue #3957 Refactored getStrings method for ios.js and ios-controller.js. cb is now last method parameter. Also update Android and Selendroid getStrings methods with stringFile parameter to fit getStrings method parameter called in controller.js. Added test for method parseLocalizableStrings in ios.js.
2014-12-01 12:03:12 -08:00
Kai Kesselring
33793591a8
#3957 added string file parameter to getStrings request.
2014-12-01 12:03:11 -08:00
sebv
ba965a52dc
fixing spaces
2014-11-21 23:20:57 +08:00
Eric Millin
4d4cdb96f1
removed deprecated swipe api references ( fix #3989 )
2014-11-10 15:00:07 -05:00
Eric Millin
3fa27d36ac
Fixed touch-specs failure and added detection of negative percentage offsets
2014-11-06 14:42:56 -05:00
Eric Millin
138b3a52c6
Merge pull request #3943 from 0x1mason/swipe_fix
...
Fix swipe action with target element: #3647
2014-11-04 13:51:01 -05:00
Eric Millin
5663bc9ff2
Fix swipe action with target element: #3647
2014-11-04 13:32:46 -05:00
sebv
a8f6077fff
log stripColors fix
2014-11-04 22:50:08 +08:00
Jonathan Lipps
33e1a24a45
add --isolate-sim-device which enables appium to delete all other sims
...
as a workaround to xcode 6's crazy bugs
2014-10-13 09:50:29 -07:00
Jonathan Lipps
84ec8258c7
Merge pull request #3622 from Jonahss/userAgent
...
add userAgent reporting
2014-10-08 12:15:11 -07:00
Jonathan Lipps
4687052dea
Merge pull request #3638 from 0x1mason/unlockDevice
...
Added Android lock/unlock feature: #3342 Fix
2014-09-18 10:00:27 -07:00
Eric Millin
6cc600c24b
Added Android lock/unlock feature
2014-09-18 11:25:08 -04:00
Jonathan Lipps
38d2a005d6
fix lint
2014-09-17 14:46:05 -07:00
Sergey Belov
703f1b5dd9
Allow to run Appium using sudo if it is still run be user who owns Appium files
2014-09-17 22:56:14 +04:00
Isaac Murchie
ec9bbc95a3
Don't crash when sending touch actions to webviews
2014-09-12 12:56:48 -07:00
Jonathan Lipps
43eac403e8
Merge pull request #3462 from 0x1mason/2969
...
Fix for #2969 . Added ability to arbitrarily launch activities.
2014-09-12 10:54:14 -07:00
Eric Millin
fbc8feb529
Fix for #2969 . Added ability to arbitrarily launch activities.
2014-09-12 13:11:31 -04:00
Jonah Stiennon
d78256f181
add userAgent reporting
2014-09-11 17:24:47 -07:00
Eric Millin
fe2335e311
Change for #2954 : add configurable log levels for different transports
2014-09-10 16:02:45 -04:00
Jonathan Lipps
5daea720ba
bring back @jonahss's settings api changes
2014-09-08 16:13:55 -07:00
Jonathan Lipps
3395f2b47e
revert premature settings API merge
2014-09-08 16:12:25 -07:00
Jonathan Lipps
6666e1128e
Merge pull request #3575 from Jonahss/settings2
...
Add Settings api, and xpathCompression setting for Android
2014-09-08 15:02:45 -07:00
Jonah Stiennon
5798b1436f
Add Settings api, and xpathCompression setting for Android
2014-09-08 14:24:17 -07:00
Parashuram
6c6362f0a3
Enabled Performance Logs for iOS
2014-09-04 18:32:42 -07:00
Jonathan Lipps
84bdad7e3a
document showIOSLog in caps ( fix #3528 )
2014-08-29 15:42:00 -07:00
Jonathan Lipps
3c6a25b5ae
fix async bug in ios crash waterfall
...
previously, we'd respond to the client's current callback and then start
the shutdown sequence. this opened up a situation where the client could
then call another command (say driver.quit) during shutdown, enabling
the possibility of two simultaneous shutdown flows causing undefined
behavior. this fix makes sure we don't respond to the client for a
command that caused a crash until we're done shutting down.
2014-08-29 14:05:39 -07:00
Jonathan Lipps
e03151fc4b
Merge pull request #3426 from 0x1mason/3194
...
Added hack force debug messages to stdout. Fix for #3194
2014-08-22 13:24:45 -04:00
Eric Millin
f15fb054dc
Added hack force debug messages to stdout. Fix for #3194
2014-08-22 09:55:48 -04:00
bootstraponline
883d555c40
Merge pull request #3451 from austenke/master
...
Added isLocked method for Android
2014-08-22 07:36:04 -04:00
austenke
b926dbaa61
Added isLocked method for Android
2014-08-21 13:44:48 -07:00
Jonah Stiennon
350f8c4491
Code refactoring. And 'complex find' locator strategy removed. Fixes #3092
2014-08-20 14:03:57 -07:00
Isaac Murchie
600961b5b1
Fix deprecated server args
2014-08-20 10:01:14 -07:00
Isaac Murchie
8cdee8e25e
Add deprecation warnings for server args
2014-08-20 08:33:02 -07:00
Jonathan Lipps
07eac83e3d
add comments for #3402 [ci skip]
2014-08-19 19:53:09 -04:00
Jonathan Lipps
1fbd9073e8
Merge pull request #3402 from austenke/master
...
Added replace parameter for setText
2014-08-19 19:50:37 -04:00
Jonathan Lipps
15df7b44b0
Merge pull request #3430 from imurchie/isaac-ios-log
...
Use deviceconsole instead of idevicesyslog to capture iOS real device logs
2014-08-19 19:20:30 -04:00
Isaac Murchie
7d4cfdf50f
Use deviceconsole instead of idevicesyslog to capture iOS real device logs
2014-08-19 15:19:24 -07:00
Moiz Virani
0aec9080de
Adding noSign capability
2014-08-19 12:00:13 -07:00
Eric Millin
6fdd6ae9b3
Removed request size limit.
2014-08-18 10:12:39 -04:00
austenke
8833d92ac1
Added replace parameter for setText
...
Styling Fix
Switching Boolean to boolean
Add error for ios-controller
Fixes
2014-08-15 15:36:19 -07:00
austenke
570d6beb85
Allow chromeOptions method
2014-08-12 13:31:54 -07:00
Isaac Murchie
41d7a3486e
Add interKeyDelay cap for iOS
2014-08-08 14:04:51 -07:00
Isaac Murchie
fa6c06199a
Handle boolean caps sent as strings
2014-08-07 09:53:12 -07:00
Isaac Murchie
3740c28e8c
Fix errant ref to this
2014-08-05 16:22:30 -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
Erlend Halvorsen
d4d49acda1
Implemented pushFile for iOS controller
2014-07-30 13:55:08 +02:00
Jonathan Lipps
c49559455d
add validation for port values to server ( fix #3227 )
2014-07-28 11:47:38 -07:00