bootstraponline
0d8feaf66a
Merge pull request #2939 from bootstraponline/scroll_into_view
...
Add scrollIntoView
2014-06-25 14:02:12 -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
Jonathan Lipps
7a814ba0a6
Merge pull request #2920 from imurchie/isaac-unicode
...
Add Android/Selendroid IME methods
2014-06-23 13:49:19 -07:00
Isaac Murchie
76e1c69645
Add Android/Selendroid IME methods
2014-06-23 12:01:20 -07:00
Jonathan Lipps
dd5b36a849
Merge pull request #2917 from edgy360/IntentParser
...
Add server arguments for intent options
2014-06-23 10:59:56 -07:00
Jonathan Lipps
393962710a
fix typo
2014-06-23 10:55:48 -07:00
Jonathan Lipps
762afa3649
allow users to bypass appium's sudo checks
...
so people who know what they're doing can do crazy things
partially works around #1902
2014-06-23 10:40:14 -07:00
Jamie Edge
1aeee167c7
Added arguments for intent options.
2014-06-21 12:22:20 +01:00
Jonathan Lipps
4777fa3ca7
get rid of forceQuitInstruments ( fix #2901 )
2014-06-19 11:26:24 -07:00
Moiz Virani
3eca569879
Adding new intent parameters with default values, added object as parameter to startApp, added test to start app with intent category, updated capabilities.md, updated sub-module appium-adb to point to v1.1.0 and updated package.json
2014-06-18 14:56:23 -07:00
Jamie Edge
6434b7f6b3
Added 'Scroll To' to code examples for Ruby, Python and Java for appium/appium.io#32 .
...
[ci skip]
2014-06-17 22:22:52 +01:00
Jamie Edge
9bd0628636
Updated Windows and OS X documentation.
...
[ci skip]
2014-06-14 23:40:08 +01:00
Jonathan Lipps
dac2e59a1f
Merge pull request #2820 from edgy360/master
...
Update documentation for running tests on real devices
2014-06-13 09:59:56 -07:00
Jamie Edge
1b86124763
Updated documentation for running tests on real devices.
...
[ci skip]
2014-06-13 17:52:37 +01:00
bootstraponline
f09de1262c
Update hybrid.md
2014-06-13 12:43:15 -04:00
Jonathan Lipps
fae62c2ee3
bring back gestures md
...
this needs to be reorganized, but at least the content is here
2014-06-13 09:29:32 -07:00
Isaac Murchie
bce6c5c698
Add autoWebview capability
2014-06-12 14:34:36 -07:00
Jonathan Lipps
023d0f93fc
Merge pull request #2802 from imurchie/isaac-pythonsamples
...
Update Python samples
2014-06-10 10:45:43 -07:00
Isaac Murchie
5b9145af02
Update Python samples
2014-06-09 19:34:59 -07:00
Jonathan Lipps
2f5ada68e8
document processArgument cap
...
fix #2779
2014-06-09 09:21:09 -07:00
Ela Makiej
ec68a866a4
Support for CHROMIUM context for embedded Chromium.
...
Enables switching between NATIVE_APP and CHROMIUM contexts. Works for both backends: UIAutomator and Selendroid. It's intended to work for any Chromium
embedding app under the following conditions:
- user has to make sure the devtools socket is open
- user may need to provide a webdriver working with his app (probably deriving from chromedriver)
- user needs to use some additional capabilities: 'android-device-socket', 'chromedriver-executable' (optional), 'special-chromedriver-session-args' (optional)
2014-06-05 19:06:05 +02:00
bootstraponline
a4d4eb4295
Remove emma/ant coverage doc
...
jacoco/gradle is the official way to get coverage from Android.
https://code.google.com/p/android/issues/detail?id=60964
2014-06-02 20:23:43 -04:00
bootstraponline
d237e03a60
Merge pull request #2724 from testerhome/master
...
translate the new added docs and modify ios_simple.py
2014-06-02 06:34:01 -07:00
bootstraponline
ae63cab5c9
Remove badges from docs readme
2014-06-01 20:10:09 -04:00
testerhome
99794ad708
translate the new added docs
2014-06-02 07:41:41 +08:00
Jamie Edge
e77ee92bc8
Updated references from iOS 6.1 to iOS 7.1 and references from Android 4.2 to Android 4.4.
...
[ci skip]
2014-06-01 16:11:27 +01:00
Jamie Edge
f82cbe41a6
Updated required node.js version to 0.10 (based upon information in README).
...
[ci skip]
2014-06-01 16:08:46 +01:00
Jamie Edge
e7053aefe5
Added missing newlines to end of docs files.
...
[ci skip]
2014-06-01 16:07:29 +01:00
Jamie Edge
67b1abd789
Add links to Appium.app and Appium.exe in intro document.
...
[ci skip]
2014-06-01 15:54:42 +01:00
Jonathan Lipps
dea4186633
add --strict-caps mode
...
the server will error sessions which provide invalid caps
or don't provid valid ones
fix #2500
2014-05-30 16:54:27 -07:00
Jonathan Lipps
413e1cbc84
note that language/locale work for android too
2014-05-29 16:00:01 -07:00
Jonathan Lipps
fa503817fa
allow setting of tmp dir appium uses via --tmp flag
2014-05-29 13:33:20 -07:00
Steven Hazel
4e9e0bcd89
add instruments-without-delay to credits
2014-05-26 14:24:36 -07:00
bootstraponline
d6c95ef91f
Add doc written by @prattpratt
...
Tweaked syntax. Added section on appium predicate helpers
2014-05-23 00:12:43 -04:00
Jonathan Lipps
b960bbfa93
mention ios-webkit-debug-proxy port
2014-05-13 15:36:14 +01:00
bootstraponline
37b4b667f0
Always setCompressedLayoutHeirarchy
2014-05-12 15:14:31 -04:00
Jonathan Lipps
a69c0478e6
Merge pull request #2529 from penguinho/android-language
...
Adding language and country support to Android
2014-05-12 08:18:38 -07:00
Dan Cuellar
5401b42d3e
Adding language and country support to Android
2014-05-12 07:55:22 -07:00
bootstraponline
178925661a
Update docs for Slate
...
Appium's slate preprocessing will detect <expand_table> and
expand the table when it's rendered in Slate. By default tables
will not expand.
2014-05-10 17:06:16 -04:00
Jonathan Lipps
de47d562ca
use browserName instead of app
2014-05-08 10:46:36 +01:00
Jonathan Lipps
eaca00b0a0
update mobile web docs for 1.0
2014-05-08 10:44:26 +01:00
Isaac Murchie
589a7d72ad
Add context switching to migration docs
2014-05-04 08:38:37 -07:00
Jonathan Lipps
4c30098d43
add a migrating to 1.0 doc
2014-05-02 15:34:08 -07:00
Jonathan Lipps
72283cea43
update intro docs and add list of appium clients
2014-05-02 15:34:08 -07:00
Isaac Murchie
e1dd586da1
Add Python examples
2014-05-01 14:02:52 -07:00
bootstraponline
6ac65cf636
Document appium bindings. Remove old docs
2014-04-30 21:45:17 -04:00
Isaac Murchie
4ab39b09bf
Fix typo in intro
2014-04-29 14:04:31 -07:00
bootstraponline
d51b057736
Update how to write docs
2014-04-27 20:20:54 -04:00
bootstraponline
acdda570d7
Fix more broken links
2014-04-27 20:06:53 -04:00