From 217ee1446ba7527a01cf3a163eb4a2b5b1997261 Mon Sep 17 00:00:00 2001 From: nsubbot Date: Tue, 21 Oct 2025 08:52:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BD=D1=8F=D1=82=D0=BE=20=D1=83=D1=81?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B8=D0=BD=D1=83?= =?UTF-8?q?=D0=B4=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B6=D0=B0=D1=82=D0=B8=D1=8F=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elements/base_element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/base_element.py b/elements/base_element.py index a7b5faa..fd06eed 100644 --- a/elements/base_element.py +++ b/elements/base_element.py @@ -47,7 +47,7 @@ class BaseElement: """Выполняет клик по элементу.""" logger.info(f"Clicking {self.type_of} '{self.name}'") - self.locator.click(force=True) + self.locator.click() def get_text(self, index: int) -> str: """Возвращает текст элемента по указанному индексу."""