Commit Graph

1126 Commits

Author SHA1 Message Date
Jonathan Lipps
b671d0cef3 docs(appium): add FAQ to 1.x EOL plan 2021-08-19 14:05:44 -07:00
Jonathan Lipps
5c962965e4 docs(appium): add note about appium:options to 2.0 migration doc 2021-08-19 13:38:28 -07:00
Jonathan Lipps
c5bcd82263 docs(appium): add 2.x migration doc with all current known breaking changes 2021-08-16 12:59:23 -07:00
Jonathan Lipps
7f8e62e983 docs(appium): update appium 1.x eol doc 2021-08-16 12:59:23 -07:00
Mykola Mokhnach
8fa1cee8af docs(appium): create Appium 1 EOL plan 2021-08-16 12:59:23 -07:00
Christopher Hiller
cfb1401d0f docs(contributing): add new release/publishing instructions; closes #15432 2021-08-13 12:40:17 -07:00
Ayan Khan
d3c11e364d feat(appium): Add driver and plugin server arg injection feature (#15388)
* feat: add ability for drivers and plugins to recieve cli args

* chore: fix typo

* fix: make changes based on feedback

* feat: remove driver-specific server args from appium

* fix: resolve merge conflict

* fix: make changes based on feedback

* feat: add support for driver cli args in base driver

* feat: add support for testing driver args in fake-driver

* refactor: remove support for -custom locator strategy(should be handled by plugins instead)

* fix: makes changes based on feedback

* fix: remove outdated/unused args

* fix: fix docs

* fix: make changes based on feedback

* fix: make changes based on feedback

* fix: make changes based on feedback

* fix: make changes based on feedback

* fix: make tests pass

* test: tests are passing locally but not in CI, try something different to get them to pass

* test: try uninstalling fake-driver and reinstalling fake driver from packages

* fix: revert driver-e2e-specs.js and update node.js.yml

* fix: update package.json

* fix: add special case to npm

* fix: add todo

* fix: how relative paths are resolved in linkPackage
2021-07-15 13:41:50 -07:00
Kazuaki Matsuo
77bf18def6 docs: update docs in get log types and get clipboard (#15583)
* docs: improve get-log-types

* docs: add description in get clipboard for ios

* copy in to md
2021-06-28 13:35:55 +09:00
youngfree
fbe864f746 docs(appium): doc/cn drivers doc for appium 2.0 (#15568) 2021-06-24 08:55:33 -07:00
Christopher Hiller
f190f0e400 docs: fix required npm version number 2021-05-20 12:45:34 -07:00
Christopher Hiller
6f8b9becae docs: whitespace 2021-05-20 12:44:19 -07:00
Christopher Hiller
4a203fa876 chore: add appium-support to repo
- add `npm start` script to run appium server
- add `npm run doctor` convenience script to run doctor
- renamed `clean` script to `reinstall`
- added new `clean` script to just clean
- updated the "appium from source" doc
2021-05-17 14:17:46 -07:00
Jonathan Lipps
c188a3e2ab docs: redirect image docs to the image plugin site 2021-01-19 16:30:43 -08:00
Kazuaki Matsuo
3e98cc98f3 chore: merge master to 2.0 (#15007)
* fix: fix urls in docs (#14910)

* docs: Update generated docs [ci skip] (#14913)

Co-authored-by: runner <runner@Mac-1606273407156.local>

* feat: Add Mac2Driver (#14911)

* docs: Add Mac2Driver documentation (#14914)

* chore: add scripts for doing releases (#14918)

* docs: Update push-file.yml (#14920)

* chore: fix a link in appium.io (#14929)

* fix links

* fix

* docs: Update generated docs [ci skip] (#14930)

Co-authored-by: runner <runner@Mac-1607067954655.local>

* docs: removed deprecated method (#14934)

assert.equal was deprecated — since v9.9.0 - use strictEqual() instead.

* docs: add links to mac2 driver in caps and settings (#14942)

* cods: add links to mac2 driver in caps and settings

* tweak naming

* chore: remove authorize-ios from package (#14946)

* chore: add 1.19.1 in changelog (#14947)

* feat: add --keep-alive-timeout CLI arg to adjust server keepalive and connection timeout

* rename release-candidate.sh to release

* chore: Switch to GitHub CI (#14978)

* docs: changelog for Appium v1.20 (#14985)

* docs: swap out hamcrest.org reference

* docs: fix example comment (#14995)

changed the app name in a comment for the notepad example from AlarmClock to Notepad

* docs: update README with english tutorial version to learn Appium with Python (#14999)

* update README

* Update README.md

* remove duplicated lib/parser.js

* install fakedriver

Co-authored-by: Appium Triager <maintainers@appium.io>
Co-authored-by: runner <runner@Mac-1606273407156.local>
Co-authored-by: Mykola Mokhnach <mokhnach@gmail.com>
Co-authored-by: Dan Graham <dpgraham.85@gmail.com>
Co-authored-by: Ilija Boshkov <ilija.boshkov@gmail.com>
Co-authored-by: runner <runner@Mac-1607067954655.local>
Co-authored-by: roman-olshevskiy <56480723+roman-olshevskiy@users.noreply.github.com>
Co-authored-by: Jonathan Lipps <jlipps@gmail.com>
Co-authored-by: BoldAsLove <john.wojner@gmail.com>
Co-authored-by: Maria Clara dos Santos Bezerra <clarinhab@gmail.com>
2021-01-11 08:04:13 +09:00
Kazuaki Matsuo
f877df6fb5 chore: merge master into 2.0 and added mac2 in lib/drivers.js (#14928)
* fix: fix urls in docs (#14910)

* docs: Update generated docs [ci skip] (#14913)

Co-authored-by: runner <runner@Mac-1606273407156.local>

* feat: Add Mac2Driver (#14911)

* docs: Add Mac2Driver documentation (#14914)

* chore: add scripts for doing releases (#14918)

* docs: Update push-file.yml (#14920)

* add appium-mac2-driver

Co-authored-by: Appium Triager <maintainers@appium.io>
Co-authored-by: runner <runner@Mac-1606273407156.local>
Co-authored-by: Mykola Mokhnach <mokhnach@gmail.com>
Co-authored-by: Dan Graham <dpgraham.85@gmail.com>
Co-authored-by: Ilija Boshkov <ilija.boshkov@gmail.com>
2020-12-04 08:44:34 +09:00
Jonathan Lipps
7bd8f15c39 Merge branch 'master' into 2.0, most importantly by applying argparse 2.x updates 2020-11-17 16:16:51 -08:00
Appium Triager
c083af52fd docs: Update generated docs [ci skip] (#14890)
Co-authored-by: runner <runner@Mac-1605553944074.local>
2020-11-17 05:36:09 +09:00
Kazuaki Matsuo
15172a9c29 chore: changelog 1.19.0 (#14840)
* Update changelog

* append espresso driver

* append ios simulator

* append a few xcuitest-driver

* add ios

* update

* Update CHANGELOG.md

* udpate

* add links in mobile commands

* update changelog
2020-11-16 11:23:32 -08:00
Mykola Mokhnach
dbf9170d2d docs: Add Gecko Driver documentation (#14874) 2020-11-08 20:04:08 +01:00
Mykola Mokhnach
b8f5af82ce docs: Add Safari driver documentation (#14873) 2020-11-08 10:00:51 +01:00
Kazuaki Matsuo
6ae2834b23 docs: add a link to appium-windows-driver (#14844) 2020-10-27 01:19:14 +09:00
Appium Triager
a7af094aa4 docs: Update generated docs [ci skip] (#14842)
Co-authored-by: runner <runner@Mac-1603545673595.local>
2020-10-24 11:47:19 -07:00
Mykola Mokhnach
05be431a54 docs: Add new settings (#14839) 2020-10-24 19:25:53 +02:00
Kazuaki Matsuo
2c8ecc13db docs: add apks via install app (#14824)
* docs: add apks via install app

* Update android-appbundle.md
2020-10-21 01:51:00 +09:00
Wim Selles
f9d2088256 fix: Update examples (#14799)
The current example for `mobile: scrollGesture` was showing an incorrect example which referred to the iOS `mobile: scroll`
2020-10-11 14:38:41 +02:00
Mihir Somani
b500f13a2a docs: fixed APK name conflict in getting-started.md (#14798)
The downloaded file from https://github.com/appium/appium/raw/master/sample-code/apps/ApiDemos-debug.apk is named `ApiDemos-debug.apk` but the docs use `ApiDemos.apk` for the path which might create unnecessary confusion for developers.
2020-10-10 11:41:05 +09:00
Appium Triager
3195a6b958 docs: Update generated docs [ci skip] (#14791)
Co-authored-by: runner <runner@Mac-1602140149482.local>
2020-10-09 03:17:53 +09:00
Mykola Mokhnach
0476703137 docs: Add the description of velocity argument (#14793)
* docs: Add the description of velocity argument

* tune line breaks
2020-10-09 03:09:36 +09:00
Kazuaki Matsuo
6014b96ba3 docs: add description about com.google.android.material:material in navigateTo (#14787)
* docs: add description about com.google.android.material:material in navigateTo

* update caps, too

* tweak

* update for example

* Update caps.md
2020-10-08 01:00:17 -07:00
Jonathan Lipps
1f50580fdc chore: use appium2 version of base driver (#14772) 2020-10-02 09:45:06 -07:00
Victor Gladkikh
be9baab52d docs: Just a small typo fix (#14774) 2020-10-03 01:39:05 +09:00
Appium Triager
2b57b762a4 docs: Update generated docs [ci skip] (#14777)
Co-authored-by: runner <runner@Mac-1601535597672.local>
2020-10-01 17:20:20 +09:00
Mykola Mokhnach
45a384075b docs: Add a hint about espressoBuildConfig change (#14776) 2020-10-01 16:56:20 +09:00
Mykola Mokhnach
45c8019561 docs: Document Android mobile gestures (#14757) 2020-09-24 21:22:44 +02:00
Appium Triager
7a357176b3 docs: Update generated docs [ci skip] (#14758)
Co-authored-by: runner <runner@Mac-1600972623291.local>
2020-09-25 03:43:54 +09:00
Kazuaki Matsuo
939d8d0a18 docs: tweak layout of code block (#14756) 2020-09-24 20:39:57 +02:00
Kazuaki Matsuo
ae3a02634a docs: remove broken links (#14746) 2020-09-21 10:53:12 +09:00
ian.zhang
05869f7841 chore: Replace expired Setup Docs Link (#14739)
Pre: The link had been expired since last year
http://docs.seleniumhq.org/docs/07_selenium_grid.jsp
Post: Latest available docs based on Selenium 3
https://www.selenium.dev/documentation/en/grid/grid_3/setting_up_your_own_grid/

Thanks.
2020-09-17 22:52:05 +09:00
Appium Triager
f60df166b5 docs: Update generated docs [ci skip] (#14729)
Co-authored-by: runner <runner@Mac-1600035391269.local>
2020-09-14 08:40:10 +09:00
Scott Babcock
c8846abf18 docs: Add white space to work issues of MkDocs tool (#14728)
https://github.com/mkdocs/mkdocs/issues/2163
These changes appear to enable to formatting of this document to be rendered correctly.
2020-09-14 08:36:00 +09:00
Appium Triager
bafa8ef757 docs: Update generated docs [ci skip] (#14705)
Co-authored-by: runner <runner@Mac-1797.local>
2020-09-04 15:42:16 +09:00
Blue Ye
0a9dab7314 Add example about how to dump heap (#14694) 2020-09-03 13:39:35 +02:00
Jonathan Lipps
38ea7752ce chore: merge main branch 2020-08-31 13:35:46 -07:00
jahmed2345
5e7180ff2d docs: Update intro.md (#14665)
* Update intro.md

Added LambdaTest under cloud services for test execution

* Update intro.md

Added LambdaTest
2020-08-20 11:01:41 +09:00
napsta32
5bad098cd3 docs: Update android-screen-streaming.md (#14653) 2020-08-15 20:47:31 +02:00
Kazuaki Matsuo
0d1e91516e docs: add an example of mjpegServerPort (#14634)
* docs: add an example of mjpegServerPort

* Update caps.md
2020-08-12 10:04:48 +09:00
Kazuaki Matsuo
11ece4ce91 docs: boundElementsByIndex settings (#14643)
* Update settings.md

* Update settings.md
2020-08-12 09:53:24 +09:00
Kazuaki Matsuo
1d7561071d docs: Add iOS distribution troubleshooting (#14587)
* docs: add troubleshooting about iOS Distribution type

* fix syntax

* Update ios-xcuitest-real-devices.md
2020-08-12 09:25:09 +09:00
Danny Ho
a2fe02be08 docs: [cn] tdd trans2 (#14599)
* init

* finish thanslated
2020-07-29 09:23:31 +09:00
Kazuaki Matsuo
8939a26beb docs: remove zenhub (#14574) 2020-07-19 01:37:01 +09:00