Commit Graph

157 Commits

Author SHA1 Message Date
bootstraponline
a96de44228 Update style guide with undefined note 2013-11-19 16:51:08 -05:00
Dan Cuellar
692a262e8e Merge pull request #1486 from penguinho/device
Select your iOS Simulator Device
2013-11-19 08:37:44 -08:00
Dan Cuellar
94f4e3eb69 select your iOS Simulator Device 2013-11-18 14:46:11 -08:00
bootstraponline
c1611ace1e Merge pull request #1494 from testerhome/master
add chinese docs and a ruby xunit testcase sample for android
2013-11-18 10:28:11 -08:00
unknown
5472fa6ace add chinese docs and a ruby xunit testcase sample for android 2013-11-18 14:16:34 +08:00
Jonathan Lipps
a6c4c61c26 allow 'iwebview' desired cap for running web tests in webviewapp instead of safari 2013-11-15 11:39:07 -08:00
Sergio Neves Barros
3d5b18c0f3 Update mobile-web.md
Minor update to the bug note. The proxy works against iOS7 as long as you click trust this machine first.
2013-11-13 15:35:08 +00:00
bootstraponline
1ff3fabbe7 Add Ruby scrollTo example 2013-11-12 11:44:10 -05:00
Dan Cuellar
7b1e1badce Set iOS Simulator Language using ios-sim-locale from https://code.google.com/p/ios-sim-locale/ 2013-11-11 13:01:10 -08:00
Felix Rodriguez
d1f2217d5e Update hybrid.md 2013-11-04 13:50:17 -08:00
unknown
79830372ff add chinese docs 2013-11-03 13:51:52 +08:00
bootstraponline
ed16cd8f9e Merge pull request #1408 from snevesbarros/master
Updated with description on how to use SafariLauncher for real device.
2013-11-01 09:54:23 -07:00
Sergio Neves Barros
92274f9d32 Updated with description on how to use SafariLauncher for real device.
Added some description on how to run tests against Safari on a real device.
2013-11-01 16:51:09 +00:00
twilly86
6a7e0ded3b Update running-on-osx.md
switching path for xcode-select to include Contents/Developer/
2013-10-31 11:45:24 -06:00
Jonathan Lipps
5b63fadfe8 use javascript rendering for json 2013-10-30 07:48:31 -07:00
Jonathan Lipps
5ff9b2311b update caps and formatting 2013-10-30 07:45:24 -07:00
Jonathan Lipps
d3539fb2f3 add selendroid test writing docs and link to running-tests doc from README 2013-10-30 07:42:34 -07:00
Jonathan Lipps
3ba0e3f0c6 add --log-timestamp and --log-no-colors options
also clean up and consolidate logging code
2013-10-28 16:36:32 -07:00
Jonathan Lipps
8f2d933985 add back desiredCaps.launch flag 2013-10-28 16:36:32 -07:00
Jonathan Lipps
b537c4ae71 remove confusing multiple session handling code
it doesn't actually do anything and was cruft
also, make session overriding non-default based on the mobile
JSONWP discussions
2013-10-28 11:39:50 -07:00
bootstraponline
b225884777 Merge pull request #1360 from filmaj/android-docs
Expanded Android docs
2013-10-25 12:27:34 -07:00
filmaj
06add275df Small typo fixes in docs and expanded on android setup for mac osx 2013-10-25 12:24:37 -07:00
Jonathan Lipps
ecec01d5c3 add some more caps to docs 2013-10-25 12:08:25 -07:00
Jonathan Lipps
11bef30110 missed some 'node server.js' updates 2013-10-22 14:28:43 -07:00
Jonathan Lipps
31c49f590d move server-related stuff into lib/server 2013-10-17 10:30:11 -07:00
Jonathan Lipps
3eee9d8a61 move code into lib/ like a normal node project 2013-10-17 10:30:10 -07:00
Jonathan Lipps
5de696edaa fix typo in mobile web docs 2013-10-17 10:30:08 -07:00
filmaj
e63144f750 README rehash. put platform requirements together in readme. split out contribution / hacking documentation into its own CONTRIBUTING.md. Used absolute URLs for links (as they may be linked from npmjs.org). changed contribution section regarding running tests to highlight use of test.sh instead of grunt. 2013-10-11 14:51:20 -07:00
bootstraponline
06bb7ae94a iOs -> iOS 2013-10-07 13:00:49 -04:00
ritika-mish
59ff829584 Update gestures.md 2013-10-03 11:04:41 +05:30
Jonathan Lipps
4db29bdf6f Merge pull request #1237 from mgmanikandan87/patch-6
Updated : Java code snippet for Slider
2013-09-30 01:26:49 -07:00
Dan Cuellar
e5a2285c54 Update windows docs 2013-09-29 09:06:29 -07:00
Manikandan M G
27d034e61c Updated : Java code snippet for Slider
Java code snippet for Slider
2013-09-29 05:53:02 +05:30
Jonathan Lipps
75ce3ecd7d add android information to hybrid docs 2013-09-27 12:21:23 +01:00
Manikandan M G
8b384891b8 Updated Java code snippet for tap on UI element which property is "visible : false" - iOS
In iOS app, if the UI element visible property is "false". 
Using element location tap on it.
2013-09-26 20:15:02 +05:30
Jonathan Lipps
fa3bb6409a make 7.0 the default ios version
and add docs on how to work with multiple versions
2013-09-25 13:09:36 +01:00
Dan Cuellar
9c5cc79e75 Merge pull request #1201 from penguinho/tracetemplate
XCode 5 Support
2013-09-23 14:25:57 -07:00
Felix Rodriguez
2b30e228d0 add ruby example 2013-09-23 13:07:05 -07:00
Louis St-Amour
20457b05c2 Updated troubleshooting.md on webview iOS real-device debugging
Feel free to ignore this pull request and instead expand docs on what's now required to debug Webviews on real devices. You can get the gist of it from the discussion by the end, but it's not all that straightforward.
2013-09-23 09:54:48 -04:00
Dan Cuellar
d64a8f97bc Auto-detecting tracetemplate path 2013-09-21 13:24:22 -07:00
Felix Rodriguez
1886e94463 Update hybrid.md
Added ruby syntax
2013-09-20 16:28:32 -07:00
Manikandan M G
2ba82d1902 Code snippet for long press in Android Touchevent (Java and Python)
Updating python script for longclick  touchevent in android.
2013-09-20 11:31:57 +05:30
Dan Cuellar
8125c03fee Merge pull request #1179 from PavithraNavaneeth/patch-1
Update troubleshooting.md
2013-09-19 09:09:25 -07:00
PavithraNavaneeth
c7485456ca Update troubleshooting.md
Updated troubleshooting for 'Webview/Hybrid/Safari app support'
2013-09-19 14:14:44 +05:30
mgmanikandan87
bae23a93e3 Update Android Touchevent for long press
This long press code supports only for iOS application. So I am updating the Android Touchevent for long press.
2013-09-19 14:04:14 +05:30
filmaj
357de9c04c Added variable camelCasing to style guide. 2013-09-18 10:12:31 -07:00
Dan Cuellar
98488b8767 Adding automatic udid detection to iOS 2013-09-14 17:02:26 -07:00
bootstraponline
256bf7831f Fix doc format 2013-09-09 18:17:12 -04:00
filmaj
ec27ecb23e Made explicit that app capability is not required to launch pre-installed Android apps. 2013-09-09 15:06:20 -07:00
filmaj
1144a2a58f Expanded capabilities documentation for mobile after reviewing appium.js code. 2013-09-09 15:03:05 -07:00