From 0cc1c7036478e7bd02174b2eb73ee47e6161ec37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Aguirre=20Rabino?= Date: Mon, 8 Apr 2024 11:18:22 +0200 Subject: [PATCH] Actualizado el UIAAutomationId del campo para escribir mensajes --- addon/appModules/whatsapp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/appModules/whatsapp/__init__.py b/addon/appModules/whatsapp/__init__.py index 99793a3..243922f 100644 --- a/addon/appModules/whatsapp/__init__.py +++ b/addon/appModules/whatsapp/__init__.py @@ -277,7 +277,7 @@ def script_unreadFocus(self, gesture): ) def script_switch(self, gesture): if api.getFocusObject().UIAAutomationId == 'BubbleListItem': - textBox = self.get('TextBox', False, None) + textBox = self.get('InputBarTextBox', False, None) if textBox: textBox.setFocus() else: