-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Highlight all element from sb.find_visible_elements() using for loop #2746
New issue
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
Comments
Your problem code is here: for elem in elements:
sb.highlight(elem, loops=6)
|
Yes, right. How can i ekstrak selector from that list.? So, i can highlight all the element. |
In the next version of SeleniumBase, I'll update the |
Love it. Thanks Sir... ❤️ |
Updates made: #2747 |
Really love it.
|
I want to highlight all the element from sb.find_visible_elements().
This is my code
This code give me error
The text was updated successfully, but these errors were encountered: