4.26.3 - Add / improve methods that highlight elements
Add / improve methods that highlight elements
- Add / improve methods that highlight elements
--> This resolves #2747
--> Now,self.highlight(selector)
can also accept aWebElement
for theselector
.
--> Addsself.highlight_elements(selector)
, which highlights all elements that match theselector
.