From f016745e2035dd85f02b7ba60bf5e3f01e716080 Mon Sep 17 00:00:00 2001 From: Sahil Thakor <61159866+kiteretsu-daihyakka@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:08:54 +0530 Subject: [PATCH] Add info log for text appearance in waiting.py Log information when text appears on the page. --- src/SeleniumLibrary/keywords/waiting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SeleniumLibrary/keywords/waiting.py b/src/SeleniumLibrary/keywords/waiting.py index eeec6756e..b29367a5e 100644 --- a/src/SeleniumLibrary/keywords/waiting.py +++ b/src/SeleniumLibrary/keywords/waiting.py @@ -196,6 +196,7 @@ def wait_until_page_contains( timeout, error, ) + self.info(f"Text '{text}' appeared on the page.") @keyword def wait_until_page_does_not_contain(