Commit Graph

4980 Commits

Author SHA1 Message Date
Dylan Lacey
ef7bb4142e Add warning about localhost in Selenium Node config.
Using `127.0.0.1` for Appium's Selenium Grid node config makes the grid
server unable to contact Appium when located on a different host.
Clarified that in the docs.
2014-10-08 20:01:25 -07:00
Payman Delshad
17304573a0 Fix for getContexts() on Selendroid. 2014-10-08 14:34:45 -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
5cb96ccffa Merge pull request #3785 from paymand/hint_text_detection
Made clearing text faster on Android when there is hint text.
2014-10-08 10:58:30 -07:00
Jonathan Lipps
cd28c6e577 update appium-adb with getAdbServerPort method 2014-10-08 10:49:08 -07:00
Jonathan Lipps
620f859d0b Merge pull request #3735 from 0x1mason/swipe_test
Swipe test
2014-10-08 09:44:57 -07:00
Payman Delshad
1f051be698 Made clearing text faster on Android when there is hint text.
We try several approaches to clear text on Android and only check
for hint text at the end. This can be made faster if we check for
hint text after each clear attempt.
Also modified hasHintText() a bit to make it more reliable.
2014-10-08 10:24:27 +02:00
Jonathan Lipps
ceb3d83fa5 Merge pull request #3779 from 0x1mason/chromeshell_fix
fixed chromedriver support for Chromium/ChromeShell
2014-10-07 10:26:01 -07:00
Eric Millin
6eeacf1a0d fixed chromedriver support for Chromium/ChromeShell 2014-10-07 12:53:12 -04:00
Jonathan Lipps
f2b9d497ac Merge pull request #3771 from paymand/install_ipa_on_device
Fix for installing IPA packages on iOS devices.
2014-10-07 09:25:43 -07:00
Jonathan Lipps
71584425ec changelog and bump to 1.2.4 for publish v1.2.4 2014-10-06 16:42:28 -07:00
Payman Delshad
166ef4be5c Fix for installing IPA packages on iOS devices.
If this.args.app is an IPA, this.args.ipa should get the same value,
so that installIpa() is called from installToRealDevice().
2014-10-06 22:39:38 +02:00
Jonathan Lipps
d96efd5f40 update appium-instruments with device-getting stall fix 2014-10-06 10:14:21 -07:00
Jonathan Lipps
d00efd40a9 make sure to publish tags to the branch we're working on 2014-10-04 11:31:02 -07:00
Jonathan Lipps
8451da791d Merge pull request #3733 from imurchie/isaac-android-release
Use last coordinates for touch release
2014-10-04 11:26:11 -07:00
bootstraponline
464c77722d Merge pull request #3730 from bootstraponline/fix_uiselector_instance
Fix UiSelector instance in find_elements
2014-10-02 09:31:09 -04:00
bootstraponline
f75f1adf4a Fix UiSelector instance in find_elements
If a UiSelector already uses instance, then invoking instance again
will replace the original instance number. The UiSelector will then
point to a completely different element.

To fix this problem, these selectors ending with instance are detected
via a regex and the extra .instance call is avoided.
2014-10-02 09:27:55 -04:00
Jonathan Lipps
001163331e update appium-instruments with logging fixes 2014-09-30 08:29:22 -07:00
Eric Millin
2f400f2a5f Added swipe test for 'swipeDown' strategy 2014-09-29 16:39:54 -04:00
Isaac Murchie
6d81a0f3fb Use last coordinates for touch release 2014-09-29 10:34:04 -07:00
Jonathan Lipps
d892a74a14 make sure to clear npm cache when publishing 2014-09-29 09:28:44 -07:00
Dan Cuellar
5c70e64512 Adding Link to Obj-C Bindings 2014-09-29 16:59:32 +01:00
sebv
5d0389c0b9 reconfiguring ci 2014-09-29 20:58:47 +08:00
sebv
6b10a746aa travis fix 2014-09-29 20:02:38 +08:00
seb vincent
22881fad83 Merge pull request #3727 from appium/jenkins-ci
Porting ci to jenkins
2014-09-29 19:47:46 +08:00
sebv
f44f8b1767 porting ci to jenkins 2014-09-29 19:46:26 +08:00
Dan Cuellar
1c004673dc Merge pull request #3725 from penguinho/master
Adding Objective C samples
2014-09-28 16:43:11 +01:00
Dan Cuellar
d3c580e372 Adding Objective C samples 2014-09-28 16:41:59 +01:00
Dan Cuellar
4b9a762088 Adding Link to Obj-C Bindings 2014-09-28 16:13:37 +01:00
seb vincent
b27ff82b2f Merge pull request #3724 from appium/jenkins-ci
Porting ci to jenkins
2014-09-28 22:22:35 +08:00
sebv
2c6a4e9be4 porting ci to jenkins 2014-09-28 22:21:15 +08:00
bootstraponline
ef5ad90eee Merge pull request #3721 from Jonahss/master
better error message for java UiScrollable parsing exception
2014-09-26 17:28:41 -04:00
Jonah Stiennon
dcc1275a2e better error message for java UiScrollable parsing exception 2014-09-26 14:16:26 -07:00
Jonathan Lipps
30dab9c657 Merge pull request #3711 from imurchie/isaac-location
Fix Android location test
2014-09-25 16:14:50 -07:00
Isaac Murchie
1e4e6f7ce9 Fix Android location test 2014-09-25 16:06:53 -07:00
Jonathan Lipps
90d746b373 changelog and bump to 1.2.3 for publish v1.2.3 2014-09-24 15:17:22 -07:00
Jonathan Lipps
22c0e8f4b7 Merge pull request #3703 from imurchie/isaac-ios6-find
Fix test for iOS 6 findByUiAutomation
2014-09-24 15:13:50 -07:00
Isaac Murchie
d8777e876f Fix test for iOS 6 findByUiAutomation 2014-09-24 15:07:40 -07:00
Jonathan Lipps
9b1862c623 Merge pull request #3701 from imurchie/isaac-crash
Remove ios during crash test
2014-09-24 15:05:49 -07:00
Jonathan Lipps
5ac4e5ae08 Merge pull request #3702 from Jonahss/settingDocs
docs for settings
2014-09-24 15:05:27 -07:00
Jonah Stiennon
5e26cd651d docs for settings 2014-09-24 15:00:26 -07:00
Isaac Murchie
ebe67ac8f4 Remove ios during crash test 2014-09-24 14:48:51 -07:00
Jonathan Lipps
6dd347e3bc Merge pull request #3700 from imurchie/isaac-ios6
Make sure we skip UICatalog tests in iOS 6
2014-09-24 13:27:51 -07:00
Isaac Murchie
06a9ff067e Make sure we skip UICatalog tests in iOS 6 2014-09-24 12:31:02 -07:00
Jonathan Lipps
4c439e5899 update appium-uiauto with keyboard stability updates 2014-09-24 11:29:39 -07:00
Jonathan Lipps
817e9ef8d5 Merge pull request #3695 from 0x1mason/lock_specs_fix
Fixed incorrect arguments in lock-specs.js that were causing tests to fail
2014-09-24 11:26:34 -07:00
Eric Millin
470a1c9dde Fixed incorrect arguments in lock-specs.js that were causing tests to fail 2014-09-24 14:05:28 -04:00
Jonah
7cb58515b8 update docs for settings 2014-09-24 10:56:33 -07:00
Jonathan Lipps
7da327f643 update appium-uiauto with hideKeyboard regression fix 2014-09-19 09:41:10 -07:00
sebv
4a7d3371c7 temporalily disabling functional tests 2014-09-19 23:12:58 +08:00