We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow self.highlight(selector) to also accept a WebElement for the selector.
self.highlight(selector)
WebElement
Add self.highlight_elements(selector) to highlight all elements that match the given selector.
self.highlight_elements(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)
The text was updated successfully, but these errors were encountered:
This was resolved in 4.26.3 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.26.3
4.26.3
Sorry, something went wrong.
mdmintz
Successfully merging a pull request may close this issue.
Improvements to highlighting elements
Allow
self.highlight(selector)
to also accept aWebElement
for the selector.Add
self.highlight_elements(selector)
to highlight all elements that match the given selector.Summary:
The text was updated successfully, but these errors were encountered: