Снято условие принудительного нажатия на элемент
parent
b7ca7194ae
commit
217ee1446b
|
|
@ -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:
|
||||
"""Возвращает текст элемента по указанному индексу."""
|
||||
|
|
|
|||
Loading…
Reference in New Issue