Jonathan Lipps
e69464473f
don't write a bunch of node code just to do some simple platform-specific shell commands that might break with new versions of node
2013-08-05 16:07:14 -07:00
bootstraponline
f435049b73
Merge pull request #954 from chrisgw/master
...
Change Android Bootstrap README to include SDK version for compiling
2013-07-31 12:26:29 -07:00
Chris Williams
1b18834374
Change Android Bootstrap README to include SDK version flag for compiling with mvn
...
If version isn't specified, Maven tries to compile with an older version of the Android SDK.
2013-07-31 15:00:28 -04:00
bootstraponline
b1d655b77c
Merge pull request #951 from bernii/master
...
All-in-one sauce connect example for python
2013-07-30 06:05:14 -07:00
berni
0cb929e4ca
all-in-one sauce connect example for python
2013-07-30 10:11:53 +02:00
bootstraponline
6d44bf28f0
Merge pull request #948 from kinghenry3/fixbindthis
...
Added some missing calls to bind(this).
2013-07-29 13:26:02 -07:00
Henry Stratmann
7c0c35bde7
Added a nessessary call to bind(this).
2013-07-29 14:36:37 -05:00
Henry Stratmann
4f8885c349
Added some nessessary calls to bind(this).
2013-07-29 14:28:19 -05:00
Dan Cuellar
6e942f32cc
Merge pull request #947 from rockbot/bundleId-undefined-error
...
fixes #945 - bundledId of undefined
2013-07-29 11:55:58 -07:00
rockbot
06bd92ad77
fixes #945 - bundledId of undefined
2013-07-29 11:43:33 -07:00
bootstraponline
a1ed9df7c2
Fix code formatting
2013-07-29 12:13:28 -04:00
bootstraponline
7a5a45e70a
Merge pull request #909 from elysakohrs/elysa-update-gestures-docs
...
update mobile gestures documentation
2013-07-29 09:10:06 -07:00
Elysa Kohrs
ced08add4b
add element id to python ex and mention element optional in gestures doc
2013-07-29 08:26:17 -07:00
Jonathan Lipps
e6997b2f7d
Merge pull request #940 from haveahennessy/plist-fix
...
Issue #853 : XML Info plists are now accepted.
2013-07-27 18:27:20 -07:00
Matt Isaacs
2b24de318b
Style fix. JSHint now passes.
...
Signed-off-by: Matt Isaacs <misaacs@gilt.com >
2013-07-27 17:22:59 -04:00
Matt Isaacs
ddd5d6dba5
Issue #853 : XML Info plists are now accepted.
...
Signed-off-by: Matt Isaacs <misaacs@gilt.com >
2013-07-26 18:46:59 -04:00
bootstraponline
4b2caa11e5
Merge pull request #939 from rockbot/fix-tests
...
updates failing test due to updated testApp
2013-07-26 15:20:48 -07:00
Jonathan Lipps
4f12de5c59
Merge pull request #933 from bootstraponline/fix_869
...
Native bind
2013-07-26 15:15:56 -07:00
rockbot
b9e37e1ac2
updates failing test due to updated testApp
...
Fix keyevent on Selendroid
2013-07-26 14:23:21 -07:00
Jonathan Lipps
0b876a10dc
Merge pull request #938 from bootstraponline/keyevent_selendroid
...
Fix keyevent on Selendroid
2013-07-26 13:54:53 -07:00
bootstraponline
3f6f969c35
Fix keyevent on Selendroid
2013-07-26 16:51:18 -04:00
Jonathan Lipps
c3ba8d800b
prevent possible alert issues
2013-07-26 09:18:15 -07:00
Dan Cuellar
9a0d03fe01
Merge pull request #935 from mansibarodia/master
...
Mechanic.js - Alias for UIAEditingMenu
2013-07-26 08:16:55 -07:00
mansibarodia
baf7762ad6
Mechanic.js - Alias for UIAEditingMenu
2013-07-26 09:59:33 -05:00
bootstraponline
a2850b4634
Add mobile find examples
2013-07-26 08:59:36 -04:00
Ross Rowe
8c565171ea
Added Java sample which demonstrates how to run a test against Mobile Safari with Appium
2013-07-26 19:07:14 +10:00
Jonathan Lipps
a3c07c3aea
Merge pull request #934 from bootstraponline/master
...
Update notes from @jlipps
2013-07-25 21:11:34 -07:00
bootstraponline
c3f7d497e2
Update notes from @jlipps
...
https://github.com/appium/appium/pull/933#issuecomment-21590274
2013-07-25 19:01:44 -04:00
bootstraponline
8d5cdad4f1
Update style-guide.md
2013-07-25 18:51:57 -04:00
Jonathan Lipps
5c7adc1c54
Merge pull request #932 from bootstraponline/pinch
...
Pinch
2013-07-25 15:39:06 -07:00
rockbot
1fb8dc5e7d
updates error message to account for bad address error
...
removes _.bind in favor of the native Object.prototype.bind
2013-07-25 18:20:55 -04:00
bootstraponline
e64cda2dd8
Merge pull request #930 from rockbot/max-buffer-const
...
creates a max buffer constant for ease of updating maxBuffer limits
2013-07-25 14:56:17 -07:00
bootstraponline
751c2ffe8a
Fix style
2013-07-25 17:47:25 -04:00
bootstraponline
8970c64ccb
Add @jlipps fix
2013-07-25 17:42:53 -04:00
HimanshuJ
d7fa755cf6
Squashing to pinch gesture
...
Squashing to PINCH GESTURE
updates error message to account for bad address error
Add Inspector Tutorial to Finding Elements
Add Inspector Images
Fixed Images
Point Images to Appium
Changes
2013-07-25 17:41:00 -04:00
bootstraponline
b2b1dee417
Merge pull request #929 from bootstraponline/fix_screenshot
...
Use uiautomator screenshot
2013-07-25 14:35:17 -07:00
bootstraponline
616e17d81d
Merge pull request #931 from kinghenry3/AddKeyboardAndKey
...
Added aliases for UIAKeyboard and UIAKey.
2013-07-25 13:35:38 -07:00
Henry Stratmann
925ea87c92
Added aliases for UIAKeyboard and UIAKey.
2013-07-25 15:02:00 -05:00
rockbot
6c9e2e3ab6
fixes the MAX_BUFFER_SIZE to be something, you know, useful
2013-07-25 11:59:43 -07:00
rockbot
735374d750
creates a max buffer constant for ease of updating maxBuffer limits
2013-07-25 11:47:59 -07:00
bootstraponline
4efdac2ffb
Use uiautomator screenshot
...
uiautomator has built in support for taking screenshots. There's no need for an
external jar.
2013-07-25 13:27:40 -04:00
Jonathan Lipps
3435e4e8fe
Merge pull request #925 from bootstraponline/fix_back
...
Use pressBack
2013-07-24 22:50:08 -07:00
bootstraponline
a7034fcef4
Merge pull request #924 from austenke/master
...
Add Inspector Tutorial to Finding Elements
2013-07-24 16:00:30 -07:00
Austen
a9f5dae6c1
Add Inspector Tutorial to Finding Elements
...
Add Inspector Images
Fixed Images
Point Images to Appium
2013-07-24 15:00:15 -07:00
bootstraponline
325863173e
Use uiautomator pressKeyCode
...
The adb solution doesn't wait until the key has finished which causes problems
in tests. uiautomator's built in pressKeyCode is much better.
2013-07-24 17:44:44 -04:00
bootstraponline
657a16f187
Dump without disconnecting the current session
...
The old way of viewing the page source broke the current uiautomator session. A
lot of effort went into detecting a failed session and then restarting. It turns
out we can access the source from within a session.
2013-07-24 17:29:43 -04:00
bootstraponline
81ca4313da
Use pressBack
...
pressBack blocks until back is pressed. This is much better than the old
implementation which returns immediately.
2013-07-24 17:07:16 -04:00
Jonathan Lipps
699fbd9e8c
Merge pull request #918 from rockbot/bad-address-error-message
...
updates error message to account for bad address error
2013-07-23 13:40:44 -07:00
rockbot
ffdfefe744
updates error message to account for bad address error
2013-07-23 13:31:50 -07:00
Dan Cuellar
28f47041c8
Merge pull request #917 from penguinho/master
...
Bitbeambot is so 2012
2013-07-23 12:09:30 -07:00