Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/modules/debugging/pages/start-debugging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Learn how to start debugging using the virtualUSB desktop app so you can debug d
[NOTE]
You can also start a debug session using the xref:debugging:virtualusb-cli-commands.adoc[virtualUSB command-line interface tool].

[NOTE]
To upload apps to Kobiton, use the Kobiton API instead of a virtualUSB connection. The API handles larger apps more reliably.

== Before you start

You'll need to complete the following:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Filter the XML hierarchy by the selected WebView. The default WebView is `NATIVE

image:manual-testing:inspector-dropdown-closeup.png[width=, alt="The WebView filter"]

On iOS devices, turn on *Web Inspector* and *Remote Automation* in *Settings → Safari → Advanced*.

== Search bar

Filter the XML hierarchy by a specific element.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Returns all sessions that belong to a special category. For manual or automation
is:scriptless # Scriptless sessions.
is:applitools # Applitools eyes sessions.
is:sensitive # Sessions with sensitive data.
is:virtual # Sessions run on virtual devices (emulators).

----

Expand Down
3 changes: 1 addition & 2 deletions docs/modules/supported-platforms/pages/mobile-devices.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ iOS/iPadOS::
|===
|Device Category |Device Model

.28+|Apple iPad
|iPad (5th gen)
.27+|Apple iPad
|iPad (6th gen)
|iPad (7th gen)
|iPad (8th gen)
Expand Down
Loading