iOS Auto Accept Alerts does not work after update

desiredCapabilities.setCapability(“autoAcceptAlerts”, true); does not work properly for iOS after update to version 20.8.7303 and iOS 13.7. This is kinda unfortunate because checking every time for a notification is not a valid solution. Also, if the notification is not accepted I cannot navigate throw menus or interact properly with other GUI elements.