Update method_summary.md

This commit is contained in:
Michael Mintz 2024-05-03 17:32:12 -04:00
parent b3d47bd574
commit dae4263797
1 changed files with 2 additions and 0 deletions

View File

@ -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")