Kobiton 4.6.2 release notes
September 16, 2023
iOS 17/iPadOS 17 support
With this release, Kobiton Cloud supports iOS 17/ipadOS 17 for both Lightning mode and Standard mode. (iOS 17 Beta was supported in Standard mode in 4.6.1.)
Public Cloud Subscribers - We upgraded iOS 17 beta devices to iOS 17 RC in our Public Cloud over the weekend and will update to iOS 17 GA this week. We’ll be adding more iOS 17 devices in the coming weeks.
Private Cloud customers - please contact your Customer Success Managers or Account Executives to request iOS 17 support.
Customer-hosted Local Cloud customers - contact Kobiton Support to request the new 4.6.2 release and to learn about the network requirements for iOS 17 to use Lightning mode. Changes to your network configuration may be required. (If you are using Standard mode, network changes are not needed for iOS 17.)
The following are limitations related to iOS 17:
The following are known issues related to iOS 17:
The following are known issues only for iOS 17 devices connected to a GEM (Lightning mode):
|
We are actively working to support and resolve the above items, as well as supporting iOS 17 for our Standalone deployment type. Stay tuned!
Additional enhancements and bug fixes
In addition to the above, this release includes a boatload of bug fixes and enhancements to improve your day-to-day testing:
-
Script-based test automation and Device Inspector items:
-
Support
pickerWheel
. -
Fix issues where
ion-element
on iOS devices cannot be found. -
Allow interaction with Shadow DOM while running automation script on endpoints:
/execute_async
and/execute/async
. -
Catch Exception at levels lower than
WebDriverException
class. -
Give meaningful error message, such as
NoSuchMethodException
,NoSuchElementLocated
, etc, instead ofunhandled_exception
. -
Select element is now able to locate elements within index range.
-
When an Android application is already installed on the device, automation sessions can be launched with only
appPackage
andappActivity
desired capabilities. -
Allow
setValue()
into aDatePickerWheel
. -
Fix an issue with
wait.until()
method. -
Fix an issue where text cannot be set on web element with
<span>
tag. -
Fix an issue where
isDisplayed()
is not working properly. -
Fix an issue with nested locator.
-
Allow scrolling to element using
findElementByAndroidUIAutomator
. -
Fix an issue with
getAppStringMap()
not working. -
When
autoLaunch
capability is set to false, allow apps to be installed using other capabilities. -
Fix an issue where the
NoReset
capability, when set to false, deleted the pre-installed iOS app and prevented the automation session from launching.
-
-
Manual session:
-
Improve iOS Manual session responsiveness.
-
-
Scriptless Automation:
-
When clicking a blank space on a page in a revisit session, raise Blocker Remediation instead of Crash Remediation.
-
Fix an issue where bypassing the system pop-up resulted in the incorrect selection of the element.
-
…and more!