Closed
Description
Improvements to highlighting elements
Allow self.highlight(selector)
to also accept a WebElement
for the selector.
Add self.highlight_elements(selector)
to highlight all elements that match the given selector.
Summary:
self.highlight(selector, by="css selector", loops=4, scroll=True, timeout=None) # Accepts WebElement
self.highlight_elements(selector, by="css selector", loops=4, scroll=True, limit=0)