From 10fee80286fe798107f5b198bb1992d6e0dad27a Mon Sep 17 00:00:00 2001
From: Steve Kirkland <steve.kirkland@smartbear.com>
Date: Thu, 21 Nov 2024 17:47:38 +0000
Subject: [PATCH] Add iOS mobile browsers

---
 CHANGELOG.md                             |  3 ++-
 lib/maze/client/selenium/bs_browsers.yml | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01aa91265..fe59eded8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
-# 9.20.0 - TBD
+# 9.20.0 - 2024/11/21
 
 ## Enhancements
 
 - Catch AWS IP invalid response error and attempt to retry [704](https://github.com/bugsnag/maze-runner/pull/704)
+- Add iOS 13,14 and 18 mobile browsers on BrowserStack [705](https://github.com/bugsnag/maze-runner/pull/705)
 
 # 9.19.1 - 2024/11/19
 
diff --git a/lib/maze/client/selenium/bs_browsers.yml b/lib/maze/client/selenium/bs_browsers.yml
index a326fe8b9..69e23d327 100644
--- a/lib/maze/client/selenium/bs_browsers.yml
+++ b/lib/maze/client/selenium/bs_browsers.yml
@@ -124,6 +124,20 @@ ios_12:
   osVersion: "12"
   realMobile: true
 
+ios_13:
+  browserName: "iphone"
+  device: "iPhone 11"
+  os: "ios"
+  osVersion: "13"
+  realMobile: true
+
+ios_14:
+  browserName: "iphone"
+  device: "iPhone 12"
+  os: "ios"
+  osVersion: "14"
+  realMobile: true
+
 ios_15:
   browserName: "iphone"
   device: "iPhone 13"
@@ -144,6 +158,13 @@ ios_17:
   osVersion: "17"
   realMobile: true
 
+ios_18:
+  browserName: "iphone"
+  device: "iPhone 13"
+  os: "ios"
+  osVersion: "18"
+  realMobile: true
+
 android_4:
   browserName: "Android Browser"
   device: "Google Nexus 5"