From dae4263797a638740307f47f864fec187e2af766 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Fri, 3 May 2024 17:32:12 -0400 Subject: [PATCH] Update method_summary.md --- help_docs/method_summary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help_docs/method_summary.md b/help_docs/method_summary.md index 967f4c5d..2b746b4a 100644 --- a/help_docs/method_summary.md +++ b/help_docs/method_summary.md @@ -386,6 +386,8 @@ self.highlight_if_visible(selector, by="css selector", loops=4, scroll=True) self.highlight(selector, by="css selector", loops=4, scroll=True, timeout=None) +self.highlight_elements(selector, by="css selector", loops=4, scroll=True, limit=0) + self.press_up_arrow(selector="html", times=1, by="css selector") self.press_down_arrow(selector="html", times=1, by="css selector")