Skip to content

Improvements to highlighting elements #2747

Closed
@mdmintz

Description

@mdmintz

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions