From 02c1de0f1b8b232020a51183d79b4d89780510d7 Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Wed, 10 Jun 2026 15:51:34 -0400 Subject: [PATCH 1/4] Add Kobiton API recommendation for app uploads in vU (KOB-35866) --- docs/modules/debugging/pages/start-debugging.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/modules/debugging/pages/start-debugging.adoc b/docs/modules/debugging/pages/start-debugging.adoc index 79d5ec763..01494a30c 100644 --- a/docs/modules/debugging/pages/start-debugging.adoc +++ b/docs/modules/debugging/pages/start-debugging.adoc @@ -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: From a37b7533daa7a1c68b7fd745ac876b488b44a93d Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Wed, 10 Jun 2026 16:31:49 -0400 Subject: [PATCH 2/4] Add iOS Safari Advanced settings note to Inspector WebView section (KOB-36220) --- .../manual-testing/pages/device-information/inspector.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/manual-testing/pages/device-information/inspector.adoc b/docs/modules/manual-testing/pages/device-information/inspector.adoc index 1bd57b85b..0d3d8236a 100644 --- a/docs/modules/manual-testing/pages/device-information/inspector.adoc +++ b/docs/modules/manual-testing/pages/device-information/inspector.adoc @@ -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. From 18881296dd68c916d435ec34db5176a352bcc447 Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Wed, 10 Jun 2026 16:51:36 -0400 Subject: [PATCH 3/4] Remove iPad 5th gen 2017 from supported devices (KOB-40035) --- docs/modules/supported-platforms/pages/mobile-devices.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/modules/supported-platforms/pages/mobile-devices.adoc b/docs/modules/supported-platforms/pages/mobile-devices.adoc index 7492b5e14..39fa3a061 100644 --- a/docs/modules/supported-platforms/pages/mobile-devices.adoc +++ b/docs/modules/supported-platforms/pages/mobile-devices.adoc @@ -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) From 9ac71a9bde08e477369925866b6f869e81cb8384 Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Wed, 10 Jun 2026 17:05:29 -0400 Subject: [PATCH 4/4] Add is:virtual search param to custom search queries docs (KOB-40521) --- docs/modules/session-explorer/pages/custom-search-queries.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/session-explorer/pages/custom-search-queries.adoc b/docs/modules/session-explorer/pages/custom-search-queries.adoc index 1855ae87f..72647c0af 100644 --- a/docs/modules/session-explorer/pages/custom-search-queries.adoc +++ b/docs/modules/session-explorer/pages/custom-search-queries.adoc @@ -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). ----