vmaxim
024d7ac7bb
[DOCS] Fixes for Commands -> Device ( #9451 )
...
* [DOCS] Fixes for `Commands -> Device`
* Replace pipelines with quotes in json_parameters section
* Add missed keys commands
2017-10-16 09:15:18 -04:00
vmaxim
2f469226ed
[DOCS] Remove duplicate and organize Device section in table of context.
2017-10-12 12:33:36 +03:00
Jonathan Lipps
6f8550caf7
Merge pull request #9423 from appium/isaac-ios
...
[DOCS] Remove duplicate iOS Ui Automation entry in drivers list
2017-10-10 10:17:02 -07:00
Isaac A. Murchie
aa97118174
Add chromedriver 2.33 to table ( #9421 )
2017-10-10 12:39:23 -04:00
vmaxim
d11de81d90
[MkDocs] Fixes for Commands -> Session ( #9407 )
2017-10-10 08:48:57 -04:00
Isaac Murchie
ff60ae5169
Remove duplicate iOS Ui Automation entry in drivers list
2017-10-10 08:40:18 -04:00
Dan Graham
3771411434
Fix broken link to ios-webkit-debug-proxy
2017-10-09 09:32:43 -07:00
Dan Graham
40e78aa932
Update how-to-write documentation doc ( #9399 )
2017-10-06 13:33:50 -07:00
Dan Graham
9dc7027fda
Add generated docs ( #9398 )
2017-10-06 13:31:27 -07:00
Dan Graham
5480b68d36
Added touch commands ( #9355 )
2017-10-06 11:25:52 -07:00
Dan Graham
be95957c8b
Appium settings docs ( #9390 )
2017-10-06 10:36:04 -07:00
Dan Graham
5860ea044b
Document app commands ( #9383 )
2017-10-06 10:27:46 -07:00
Dan Graham
5653e14188
Touch id commands ( #9382 )
2017-10-06 10:25:43 -07:00
Dan Graham
ad08b275bc
Add system commands ( #9361 )
2017-10-06 10:22:53 -07:00
Dan Graham
8521c660c6
Add file commands ( #9360 )
2017-10-06 10:20:13 -07:00
Dan Graham
d43c8b0591
Added more device commands ( #9359 )
...
* App commands
* Android activity/package commands
* Rotate
2017-10-06 10:17:14 -07:00
Dan Graham
91d989eb7c
Added device interactions commands ( #9358 )
2017-10-06 10:11:10 -07:00
Dan Graham
4be2b18594
Document Appium touch actions ( #9357 )
...
* Also, fixed ruby client docs links
2017-10-06 10:02:28 -07:00
Dan Graham
fa5bb2d467
Completed JSONWP commands ( #9356 )
2017-10-06 09:53:46 -07:00
Dan Graham
e93959b695
Implemented mouse and session commands ( #9354 )
2017-10-06 09:49:42 -07:00
Dan Graham
95bd6c97d5
Document several web commands ( #9353 )
2017-10-06 09:41:25 -07:00
Dan Graham
921d57d066
Document JSONWP web commands ( #9352 )
2017-10-06 09:37:50 -07:00
Isaac A. Murchie
764bdd61fd
Add context documentation ( #9368 )
...
* Add context documentation
* Update for comments
* Add sessionId to url parameters
2017-10-06 09:48:16 -04:00
Sai Krishna
17305ab16a
parallel-doc ( #9346 )
...
* parallel-doc
* added real device safari
* fixed review
2017-10-05 14:30:32 -04:00
Dan Graham
ef273699b0
Added more element commands ( #9351 )
2017-10-03 06:15:48 -04:00
Dan Graham
164c7943f6
Document element commands ( #9308 )
2017-10-02 11:54:37 -07:00
Dan Graham
c0b921b52e
Wrote documentation for 6 element endpoints ( #9281 )
...
* /active
* /elements
* /element
* /value
* /submit
* /text
2017-10-02 09:21:42 -07:00
Dan Graham
6878db2150
Added status and click YML ( #9268 )
...
* Renamed template.yml to example.yml
* Made some minor revisions (e.g.: made endpoint.response not required and have it show as 'null' when undefined)
2017-09-22 12:52:59 -07:00
Dan Graham
5b36e303a7
Render commands markdown using YML ( #9260 )
...
* Render commands markdown using YML
* Made directory 'commands-yml' which contains:
* .babelrc to transpile the scripts
* parse.js which renders the markdown
* template.md which is a handlebars template that the yml gets passed to
* validator.js which validates the yml data
* The rendering works by translating the yml to js, validating the js and then passing the data to template.md (which uses handlebars)
* The directory `/commands-yml/commands` gets rendered and then copied to `/docs/en/commands` as markdown
* Uses babel-node to run the script
* Uses validatejs to validate the javascript
* Template.yml is just a sample
* Infers the platform and appium support range from driver
* For example, if you put in 'xcuitest: true' it will infer that platform support is 9.3+ and Appium Version is 1.6.0
2017-09-21 14:12:43 -07:00
Jonathan Lipps
949b7de5ad
add more comprehensive getting started guide ( #9248 )
...
* add more comprehensive getting started guide
* fix language based on review feedback
2017-09-21 11:20:36 -07:00
Dan Graham
c28dd8d96f
Add commands template and example commands ( #9218 )
2017-09-20 09:11:05 -07:00
metaJS
53ee789b2e
fix the table ( #9230 )
2017-09-18 12:33:07 -04:00
Jonathan Lipps
1651668fbf
clean up and update TOC based on new state of docs ( #9222 )
...
(should have done this with the last PR)
2017-09-15 13:43:05 -07:00
Jonathan Lipps
d5a977d94c
complete new driver docs ( #9221 )
...
* update intro doc with appium desktop info and reformat it
* highlight that we also use the uiautomator2 driver
* ensure that the xcuitest docs also point to IWDP docs
* remove old and confusing 1.0 migration doc
* clean up the platform support doc though this should go away probably
* refer to driver docs in the readme and troubleshooting
* running-on-osx doc no longer needed now that we are referring to drivers
* move real-device-ci doc to appropriate place
* delete some unused docs and move structure around a bit
* add mac driver doc
* stub out windows and other driver docs
* write windows driver doc
* mention nvm as well as n for installation
* add espresso driver doc
* add selendroid driver doc
* remove links to general dependencies
* turn caps.md into a more explanatory doc
* fix 'appiupm' typo
* fix espresso copy-paste
* address review comments
2017-09-15 13:15:53 -07:00
Dan Graham
2610c14aac
Move sitemap from appium.io to docs ( #9220 )
...
* So that we don't have to maintain the sitemap in a separate repo from the main doc repo
* Also, ignore mkdocs.yml, it's an artifcat of the site building process
2017-09-15 13:04:04 -07:00
Jonathan Lipps
79bc455492
Merge pull request #8975 from vmaxim/patch-1
...
fix docs/en/writing-running-appium/ios-xctest-mobile-gestures.md typo
2017-09-14 11:03:37 -07:00
Jonathan Lipps
4259ecb53b
Merge pull request #9203 from appium/jlipps-driver-docs
...
add uiautomator and uiautomator2 driver docs
2017-09-14 11:03:01 -07:00
Jonathan Lipps
1aa2ef4844
add uiautomator and uiautomator2 driver docs
2017-09-14 10:40:05 -07:00
Dan Graham
3690d399d0
Document TestObject staging process ( #9208 )
2017-09-13 17:11:34 -07:00
James VanHorn
31a5c764ac
Update doc to offer ios-deploy installation through Homebrew
2017-09-13 15:56:47 -04:00
Jonathan Lipps
538f1bf1fa
add ios uiautomation driver doc ( #9173 )
...
* add ios uiautomation driver doc
* address review comments
* fix link to xcode-iwd.sh
2017-09-13 10:04:51 -07:00
Vikram Ingleshwar
b29a02c8ae
automationName capability values specific to iOS & Android are updated ( #9163 )
...
fixes per review comment
2017-09-06 08:42:56 -04:00
Jonathan Lipps
63af8c8ec4
write doc for xcuitest driver
...
- consolidate information about it into one place
- part of #9138
2017-08-31 16:46:18 -07:00
Dan Graham
d21f8cf46e
Fix link to touch ID
...
The raw HTTP link was showing on GitHub but wasn't showing up as a link on the MkDocs site.
2017-08-31 09:33:10 -07:00
Isaac A. Murchie
94635edeac
Update linting ( #9123 )
...
* Update linting
* Move minimum node version to 5
* Remove coverage for now
* Fix docs for node version
* Fail for node 4 and below
2017-08-31 07:49:43 -04:00
Swordstream
d43114d94f
Rename of android_coverage_cn.md to android_coverage.md ( #9085 )
...
* update the name of android_coverage
* fix space
2017-08-28 09:10:57 -07:00
Dan Graham
50fd15c13e
Markdown typo fix
2017-08-23 16:34:09 -07:00
Jonathan Lipps
5cec9c699c
fix fenced code block indentation
2017-08-23 15:58:43 -07:00
Mykola Mokhnach
9a3bc0598c
Describe the set of commands that interact with pasteboard on iOS ( #9056 )
...
* Describe the set of commands that interact with pasteboard on iOS
* fix typos
2017-08-22 13:29:30 -04:00
Bruno Alassia
6f66140686
add isHeadless capability on docs ( #9064 )
...
* add isHeadless capability on docs
* move isHeadless capability on ios to xcuitest only
* update docs
* add comment for isHeadless avaibility on iOS
2017-08-22 13:28:57 -04:00