Skip to content

Commit

Permalink
KOB-47418 Package 4.16S (#279)
Browse files Browse the repository at this point in the history
### Summary
<!-- In one or two sentences, describe your changes. -->

### Related PRs, issues, or features (optional)
<!-- Add "Fixes #XYZ" (Replace #XYZ with the GitHub issue or feature
number). -->
- N/A

### Metadata
<!-- ✅ Check all boxes that apply, like this: [x] -->
- [ ] Adds new file(s)
- [ ] Edits existing file(s)
- [ ] Removes file(s)

### PR contributor checklist
<!-- Once you've filled out your metadata, select "Create Draft Pull
Request" and review your PR _before_ filling out the following
checklist. -->

- [ ] My PR follows the [Kobiton Docs contributor
guidelines](https://github.com/kobiton/docs/blob/main/CONTRIBUTE.adoc),
meaning:

    - My content contains correct spelling and grammar.
- My directories and files are
[named](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#directory-and-file-names)
and
[structured](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#directory-structure)
correctly.
- My style and voice follows the [Microsoft Style
Guide](https://learn.microsoft.com/en-us/style-guide/brand-voice-above-all-simple-human).
- I added all new pages to their section's [`nav.adoc`
file](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#configure-navigation-in-navadoc).
    - I removed all localizations (like `en-us`) from my URLs.
  • Loading branch information
tungmhoang authored Oct 28, 2024
2 parents 2a6b149 + e23284c commit 494630d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Launch a basic Appium 2 session on Kobiton 4+ [Beta]
:navtitle: Launch a basic Appium 2 session [Beta]
= Launch a basic Appium 2 session on Kobiton (Beta)
:navtitle: Launch a basic Appium 2 session (Beta)

Kobiton 4+ includes two ways to run mobile automation: Xium, Kobiton's high-speed reimplementation of Appium Server, and basic Appium 2.
Kobiton includes two ways to run mobile automation: Xium, Kobiton's high-speed reimplementation of Appium Server, and basic Appium 2.

The default mobile automation method is Xium. Follow this guide to switch to basic Appium 2 for your automation session.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Launch an Appium Flutter driver session on Kobiton 4+ (Beta)
= Launch an Appium Flutter driver session on Kobiton (Beta)
:navtitle: Launch an Appium Flutter driver session (Beta)

Learn how to perform automation testing using the Appium Flutter driver on Kobiton 4+ devices.
Learn how to perform automation testing using the Appium Flutter driver on Kobiton devices.

== Prerequisites

Expand Down Expand Up @@ -165,5 +165,5 @@ Run the script to start the Appium Flutter driver automation session.

== Limitations

* All limitations for Appium Server session apply (see xref:basic-appium-server/launch-a-basic-appium-2-session.adoc#_known_issueslimitations[here]).
* All limitations for Appium Server session apply (see xref:basic-appium-server/launch-a-basic-appium-2-session.adoc#_noteslimitations[here]).
* Only Android devices hosted in Standard mode are supported at this time.
4 changes: 2 additions & 2 deletions docs/modules/supported-platforms/pages/desktop-software.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Chrome is the recommended web browser for Kobiton Cloud. You can use other brows
|Tool|macOS|Windows|Supported Version

|Xcode
|link:[Download]
|link:https://developer.apple.com/xcode/[Download]
|_Unavailable_
|`14.0` through `15.3`
|`14.0` through `16.0`

|Java Development Kit (JDK)
|link:https://www.oracle.com/java/technologies/downloads/#jdk20-mac[Download]
Expand Down

0 comments on commit 494630d

Please sign in to comment.