Commit Graph

7119 Commits

Author SHA1 Message Date
dependabot-preview[bot] 0fe7b56f2b chore(deps): bump appium-fake-driver from 0.10.0 to 1.0.0 (#14440)
Bumps [appium-fake-driver](https://github.com/appium/appium-fake-driver) from 0.10.0 to 1.0.0.
- [Release notes](https://github.com/appium/appium-fake-driver/releases)
- [Commits](https://github.com/appium/appium-fake-driver/compare/v0.10.0...v1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 23:30:13 +09:00
dependabot-preview[bot] 782526c5b1 chore(deps-dev): bump mocha in /sample-code/javascript-wd (#14438)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 23:29:51 +09:00
dependabot-preview[bot] 1361411cc7 chore(deps-dev): bump mocha in /sample-code/javascript-webdriverio (#14437)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-11 23:29:23 +09:00
Kazuaki Matsuo 0e7c6640a5 docs: update push file (#14423) 2020-06-08 17:05:46 +09:00
Mykola Mokhnach ce8fd0b70d docs: Add documentation for log filtering feature (#14420) 2020-06-06 07:29:07 +02:00
Appium Triager a11f693bbe docs : Update generated docs [ci skip] (#14421)
Co-authored-by: runner <runner@Mac-1471.local>
2020-06-06 09:55:42 +09:00
Kazuaki Matsuo 3f6686ca46 docs: add appLocale (#14388)
* docs: add appLocale

* add link to locale

* Update caps.md
2020-06-06 07:36:10 +09:00
Mykola Mokhnach 0adc4ed931 docs: Add the documentation for startService/stopService helpers (#14406) 2020-06-02 19:37:01 +02:00
James Croft 220c9aeb3e docs: Improved the C# documentation across multiple pages (#14402)
* Added C# docs for element GetAttribute

* Added C# docs for driver FindElements

* Added C# docs for element Clear

* Added C# docs for element Text

* Added C# docs for element TagName

* Added C# docs for element Selected

* Added C# docs for element Enabled

* Added C# docs for element Displayed

* Added C# docs for element Location

* Added C# docs for element Size

* Added C# docs for element Rect

* Added C# docs for element GetCssValue

* Added C# docs for element Submit

* Added C# docs for driver ActiveElement

* Added C# docs for element Equals

* Added C# docs for action Double Click

* Added C# docs for action Button Down

* Added C# docs for action Button Up

* Added C# docs for touch action Double Tap

* Added C# docs for touch action Move

* Added C# docs for touch action Down

* Added C# docs for touch action Up

* Added C# docs for touch action Scroll

* Added C# docs for touch action Flick

* Added C# docs for driver Set Window

* Added C# docs for driver Close Window

* Added C# docs for driver Get Handle

* Added C# docs for driver Get Handles

* Added C# docs for driver Title

* Added C# docs for AndroidDriver CurrentActivity

* Added C# docs for AndroidDriver CurrentPackage

* Added C# docs for AndroidDriver StartActivity

* Added C# docs for driver CloseApp

* Added C# docs for AndroidDriver EndTestCoverage

* Added C# docs for driver GetAppStringDictionary

* Added C# docs for driver InstallApp

* Added C# docs for driver IsAppInstalled

* Added C# docs for driver LaunchApp

* Added C# docs for driver RemoveApp

* Added C# docs for driver ResetApp

* Added C# docs for driver PullFile

* Added C# docs for driver PullFolder

* Added C# docs for driver PushFile

* Added C# docs for Android/IOS driver IsLocked

* Added C# docs for Android/IOS driver Lock

* Added C# docs for driver Rotate

* Added C# docs for IOS driver ShakeDevice

* Added C# docs for Android/IOS driver Unlock

* Added C# docs for driver HideKeyboard

* Added C# docs for Windows/Android driver LongPressKeyCode

* Added C# docs for Windows/Android driver PressKeyCode

* Updated C# docs to reflect not supported in PerformanceData APIs

* Added C# docs for driver StopRecordingScreen

* Added C# docs for IOS driver PerformTouchID

* Added C# docs for touch action Perform

* Added C# docs for driver Orientation

* Updated C# docs for driver ImplicitWait

* Added C# docs for driver PageLoad timeouts

* Added C# docs for driver Back navigation

* Added C# docs for driver switch to ParentFrame

* Added C# docs for driver switch to Frame

* Added C# docs for driver Back navigation

* Added C# docs for driver Forward navigation

* Updated C# docs for driver GoToUrl navigation

* Added C# docs for driver Refresh navigation

* Added C# docs for driver current URL

* Added C# docs for driver DeleteAllCookies

* Added C# docs for driver DeleteCookie

* Added C# docs for driver GetAllCookies

* Added C# docs for driver SetCookie

* Added C# docs for driver GetWindowPosition

* Added C# docs for driver GetWindowSize

* Added C# docs for driver MaximizeWindow

* Added C# docs for driver SetWindowPosition

* Added C# docs for driver SetWindowSize

* Removed line numbers from .NET doc links
2020-06-02 16:56:51 +09:00
Mykola Mokhnach 62cd44e83a docs: Add documentation for mobile: source endpoint (#14401) 2020-06-02 07:31:53 +02:00
Aleksei 83cf58155c docs: swipe tutorial (#14296)
* [initial] add init docs

* [fix] text and code per comments

* [docs] simple-element swipe added. other minor updates.

* [docs] update text

* [docs] introduce direction enum

* [docs] correct images

* [docs] text update

* [docs] simple-partial-screen add

* [docs] add android simple example

* [docs] update android

* [docs] fix format

* [docs] ios: add mobile screen swipe

* [docs] ios: add mobile element swipe

* [docs] typo

* [docs] ios: add mobile element search

* [docs] fix typos

* [docs] add pickerWheel setValue

* [docs] text update

* [docs] updated

* [docs] update

* [docs] add ios pickerWheel example

* [doc] fix link

* [docs] fix format

* [docs] add simple swipe troubleshoot

* [docs] update texts

* [docs] text update

* [docs] update troubleshoot

* [docs] texts updated

* [docs] toc file updated

* [docs] update text
2020-06-02 09:36:30 +09:00
Kazuaki Matsuo dfbfa29da9 chore: use ubuntu to build docs by docker (#14389)
* chore: use ubuntu to build docs by docker

* remove install hub since the container already has it

* add git config

* extract the message

* fix paths 'Update ...' with -a does not make sense

* added 'add' for new files
2020-05-31 18:54:05 +09:00
Appium Triager e194ad1733 Update generated docs [ci skip] (#14396)
Co-authored-by: runner <runner@Mac-1582.local>
2020-05-31 16:45:52 +09:00
Kazuaki Matsuo af58a7d111 docs: fix the path of execute-driver.md (#14395) 2020-05-31 16:26:41 +09:00
Appium Triager 5acebc6cd3 docs: Update generated docs [ci skip] (#14394)
Co-authored-by: runner <runner@Mac-1500.local>
2020-05-31 15:53:14 +09:00
Kazuaki Matsuo 5595cd023f docs: add missing execute-driver (#14393) 2020-05-31 15:49:00 +09:00
Appium Triager 5d901911d6 docs: Update generated docs [ci skip] (#14371)
Co-authored-by: runner <runner@Mac-1361.local>
2020-05-24 14:18:01 +09:00
Kazuaki Matsuo f0cf0867fe docs: add logcatFormat and logcatFilterSpecs (#14369)
* docs: add logcatFormat and logcatFilterSpecs

* fix review
2020-05-24 14:04:30 +09:00
Appium Triager 4f98d0e759 docs: Update generated docs [ci skip] (#14326)
Co-authored-by: runner <runner@Mac-1627.local>
2020-05-15 12:31:29 +09:00
Mykola Mokhnach c9fb89387a chore: Remove unnecessary dependencies (#14336) 2020-05-14 09:30:12 +02:00
Victor Borges 7b1e85d65a docs: add W3C Action C# examples (#14331)
* docs: add C# touch action examples

* docs: fix W3C Action examples
2020-05-13 23:42:05 +09:00
Yi Kai 35368fc956 docs: fix wd example to go to url (#14327) 2020-05-13 17:10:40 +09:00
Kazuaki Matsuo 8fa295dfd0 docs: Added Ruby and Python for audio capture, add mobile command (#14321)
* docs: Added Ruby and Python for audio capture, add mobile command

* fix ruby

* fix sleep in python
2020-05-12 11:11:43 +09:00
Kazuaki Matsuo 502ffe88ee docs: fix link more for appium.io (#14319) 2020-05-11 21:23:30 +09:00
Mykola Mokhnach d4429154e7 docs: Add documentation for iOS audio capture feature (#14315) 2020-05-11 08:49:56 +02:00
Kazuaki Matsuo f519e5b42f docs: fix links in documentation for appium.io (#14317) 2020-05-11 12:40:30 +09:00
Appium Triager 2b60bef026 docs: Update generated docs [ci skip] (#14316)
Co-authored-by: runner <runner@Mac-1506.local>
2020-05-11 10:16:38 +09:00
François Martin 8709747d56 docs: add troubleshooting ideas concerning safari automation settings #14178 (#14312)
As seen in #14178 both `Web Inspector` and `Remote Automation` need to be activated for `getContexts` to be working properly.
2020-05-11 09:58:48 +09:00
Kazuaki Matsuo 38a9c6d0f9 docs: addresses foreground case in pasteboard feature on real devices (#14302)
* docs: addresses foreground case in pasteboard feature on real devices

* Update ios-xctest-pasteboard.md
2020-05-08 16:06:43 +09:00
Mykola Mokhnach 7e344367d6 chore: Remove replace-ext dependency (#14300) 2020-05-06 23:36:39 +02:00
dependabot-preview[bot] ea51b51f8e chore(deps): bump appium-base-driver from 5.8.1 to 6.0.1 (#14289)
Bumps [appium-base-driver](https://github.com/appium/appium-base-driver) from 5.8.1 to 6.0.1.
- [Release notes](https://github.com/appium/appium-base-driver/releases)
- [Commits](https://github.com/appium/appium-base-driver/compare/v5.8.1...v6.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-06 21:45:45 +02:00
Kazuaki Matsuo 905c385b6f docs: fix appiumpro redirect (#14294) 2020-05-06 17:28:02 +09:00
Kazuaki Matsuo 516efc75e6 docs: replace python docs to https://appium.github.io/python-client-sphinx (#14290) 2020-05-06 16:34:27 +09:00
Appium Triager 145a65e563 docs: Update generated docs [ci skip] (#14279)
Co-authored-by: runner <runner@Mac-1334.local>
2020-05-06 01:30:58 +09:00
Appium Triager e520e33c49 docs: Update generated docs [ci skip] (#14280)
Co-authored-by: runner <runner@Mac-1479.local>
2020-05-05 21:32:54 +09:00
Kazuaki Matsuo ffdeafc4e4 docs: fix links for selenium project (#14278) 2020-05-05 21:30:17 +09:00
Kazuaki Matsuo 3d5b55fcba docs: add tapWithNumberOfTaps mobile command (#14276)
* docs: add tapWithNumberOfTaps mobile command

* docs: remove a space
2020-05-05 21:15:25 +09:00
Mykola Mokhnach da83532ba0 chore: Replace requests usage with axios (#14269) 2020-05-05 10:05:37 +02:00
Kazuaki Matsuo c2ff85cac0 docs: fix links (#14274) 2020-05-05 13:29:34 +09:00
Dan Graham 05816b3902 chore: add Appium v1.17.1 Changelog (#14268) 2020-05-04 11:04:35 -07:00
Kazuaki Matsuo 17004739b9 docs: add mobile scroll for uia2 (#14231)
* docs: add mobile scroll for uia2

* update

* update
2020-05-02 10:27:27 +09:00
Kazuaki Matsuo b9f382d498 docs: fix unexpected new line (#14258) 2020-05-01 09:31:50 +09:00
Kazuaki Matsuo 0bc2bbf2c6 docs: add fullContextList (#14250)
* docs: add fullContextList

* fix
2020-04-30 11:32:21 +09:00
Kazuaki Matsuo 6e8fc184da docs: add about .xctrunner as a troubleshooting for real devices (#14233)
* docs: add about .xctrunner as a troubleshooting for real devices

* fix
2020-04-30 11:31:56 +09:00
Appium Triager a211d8fa98 docs: Update generated docs [ci skip] (#14249)
Co-authored-by: runner <runner@Mac-1436.local>
2020-04-29 17:09:17 +09:00
Mykola Mokhnach 2033ce6c55 feat: Add server command line option for logs filtering (#14239) 2020-04-29 09:39:55 +02:00
Kazuaki Matsuo abaea35fc1 docs: add delete file for android (#14243) 2020-04-29 00:49:21 +09:00
Kazuaki Matsuo 2ba63e6fa7 ci: disable failing tasks (#14237)
* Remove sauce upload to Sauce since it returned auth error

* comment out failing sample tests

* delete commentouted lines
2020-04-28 09:14:43 +09:00
Jonathan W. Zaleski bd95e2296a docs: Document appium-uiautomator2-driver#mjpegServerPort (#14235) 2020-04-27 22:01:20 +09:00
Mykola Mokhnach ab8d340368 docs: Replace the versions table with the link to JSON mapping (#14234) 2020-04-26 13:41:05 +02:00