Commit Graph

4533 Commits

Author SHA1 Message Date
bootstraponline bdde3a3a5e Fix scroll into view
If the desired object already exists on screen, then avoid scrolling to it.
Without this check, the server will error because there may not be a scrollable.

Scrollable existance depends on screen size. For testing, it's better to have
code that works regardless if scrolling is required or not. This matches the
complex_find behavior.
2014-06-30 11:17:07 -04:00
Jonathan Lipps 6b24a45906 Merge pull request #2944 from Jonahss/documentation
Documentation
2014-06-28 05:15:03 -07:00
seb vincent 6c8c39e502 Merge pull request #3001 from sebv/duplicate-field
Duplicate fix which doesn't break XPath
2014-06-28 12:13:46 +08:00
sebv 858a254356 duplicate fix which doesn't break XPath 2014-06-28 12:12:41 +08:00
bootstraponline a8007907c2 Merge pull request #2994 from bootstraponline/update_uiauto
Update uiauto with dupe fix
2014-06-27 22:11:27 -04:00
bootstraponline 0b9220b378 Update uiauto with dupe fix 2014-06-27 21:56:54 -04:00
Jonah Stiennon 35d2157177 touch-actions.md doc now explains the new TouchAction api 2014-06-27 17:29:08 -07:00
bootstraponline 19d36fa93b Merge pull request #2993 from moizjv/documentation
Refactoring documentation ios_predicate.md
2014-06-27 19:32:30 -04:00
Moiz Virani 812aa4e0e9 Refactoring documentation ios_predicate.md 2014-06-27 16:17:01 -07:00
bootstraponline 1f48759e4f Merge pull request #2992 from moizjv/master
Updating io.appium.android.ime submodule to latest commits
2014-06-27 18:39:21 -04:00
Moiz Virani e4920c211e Updating io.appium.android.ime submodule to latest commits 2014-06-27 15:18:28 -07:00
bootstraponline 1a69a88dd8 Merge pull request #2991 from bootstraponline/update_adb
Update adb
2014-06-27 17:27:55 -04:00
bootstraponline a8a9dabd98 Update adb 2014-06-27 17:27:18 -04:00
seb vincent 917b7a6083 Merge pull request #2988 from sebv/duplicate-field
Duplicate field fix
2014-06-28 02:22:14 +08:00
sebv 1d9a559ed2 duplicate field fix 2014-06-28 02:20:58 +08:00
seb vincent 4a4a022369 Merge pull request #2987 from sebv/grace-delay
Disabled ios grace delay, simplified bootstrap
2014-06-28 00:00:58 +08:00
sebv 27faa2df82 disabled ios grace delay, simplified bootstrap 2014-06-27 23:59:15 +08:00
Jonathan Lipps 3b5d3f42f8 Merge pull request #2972 from imurchie/isaac-docs2
Add network connection doc
2014-06-26 19:14:07 -07:00
bootstraponline 1eaadbf814 Merge pull request #2976 from moizjv/documentation
Updating java code snippet and refactoring for hybrid.md
2014-06-26 17:32:14 -04:00
Moiz Virani 28216f227b Updating java code snippet and refactoring 2014-06-26 14:29:24 -07:00
Jonathan Lipps 7d70a828b8 Merge pull request #2965 from imurchie/isaac-unicodefix
Fix exit from unicode mode
2014-06-26 11:40:21 -07:00
Isaac Murchie bbc232419b Add network connection doc 2014-06-26 11:15:40 -07:00
sebv 6c7c523360 uiauto-update 2014-06-27 01:24:16 +08:00
Isaac Murchie 52f1ab14db Fix exit from unicode mode 2014-06-26 09:13:06 -07:00
Jonathan Lipps 3e11efeac0 Merge pull request #2968 from sebv/server-crash
Generic method to avoid server crash.
2014-06-26 08:11:56 -07:00
sebv 6884abe9bb Generic method to avoid server crash. 2014-06-26 22:53:59 +08:00
Jonathan Lipps b319a3d5a8 Merge pull request #2937 from paymand/selendroid_default_context
Init the current context as NATIVE_APP for Selendroid.
2014-06-26 02:40:24 -07:00
Jonathan Lipps d66c81c2a5 Merge pull request #2945 from imurchie/isaac-networkconnection
Add network connection endpoint
2014-06-26 02:38:49 -07:00
Jonathan Lipps 1dc5588a2a Merge pull request #2960 from moizjv/fix-2959
Adding additional check to if shutdown is already in process
2014-06-26 02:37:10 -07:00
sebv d40c484042 making sure all pageload timeout are cleared. 2014-06-26 15:33:24 +08:00
sebv 58987cbfe6 preventing pageLoad cbs being called twice 2014-06-26 15:10:23 +08:00
Moiz Virani 9f7e2efd95 Adding additional check to if shutdown is already in process 2014-06-25 17:00:36 -07:00
bootstraponline 163657d8c7 Merge pull request #2958 from moizjv/java-samples
Documentation update for android hide keyboard
2014-06-25 18:09:43 -04:00
Moiz Virani 7538db97f5 Documentation update for android hide keyboard 2014-06-25 15:06:42 -07:00
bootstraponline 03da2e6038 Merge pull request #2957 from moizjv/java-samples
Adding Java snippets to documentation
2014-06-25 17:58:01 -04:00
Moiz Virani 435f07b733 Adding Java snippets to documentation 2014-06-25 14:53:49 -07:00
Isaac Murchie 9d863079cc Add network connection endpoint 2014-06-25 13:09:41 -07:00
bootstraponline 0d8feaf66a Merge pull request #2939 from bootstraponline/scroll_into_view
Add scrollIntoView
2014-06-25 14:02:12 -04:00
bootstraponline a03c6ed3fe Merge pull request #2955 from imurchie/isaac-docs
Add PHP code snippets to docs
2014-06-25 12:27:02 -04:00
bootstraponline dcedc884e5 Add scrollIntoView
Example:

 a =  find_element(:uiautomator, 'new UiScrollable(new UiSelector().scrollable(true).instance(0)).scrollIntoView(new UiSelector().text("WebView").instance(0));')

 a.text # WebView
2014-06-25 12:22:23 -04:00
Isaac Murchie 9e799c15c6 Add PHP code snippets to docs 2014-06-25 09:18:24 -07:00
sebv a1f221c411 Moved default loglevel to debug, added loglevel info message at startup 2014-06-25 23:53:08 +08:00
seb vincent 1c90bdeb8a Merge pull request #2953 from sebv/better-logging
Logging improvements
2014-06-25 23:26:06 +08:00
sebv 27e88940f5 Logging improvements 2014-06-25 23:23:11 +08:00
Payman Delshad fd076e368c Remove touch up/down/move from routeNotYetImplemented. 2014-06-25 14:04:24 +02:00
sebv 720209b783 package update 2014-06-25 10:34:13 +08:00
bootstraponline fbaefd1537 Merge pull request #2943 from Jonahss/tidyup
add test for find by UiAutomator from context
2014-06-24 17:14:36 -04:00
Jonah Stiennon 2ba98ce010 add test for UiAutomator from context 2014-06-24 14:10:13 -07:00
bootstraponline af2d6a4532 Merge pull request #2941 from bootstraponline/fix_contributing
Fix contributing
2014-06-24 13:14:25 -04:00
bootstraponline 533eb1efa3 Fix contributing 2014-06-24 13:06:55 -04:00