You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an element an the webpage. (eg <p>Warning : remote link</p>)
I want to insert it before all div[class=specific] elements.
I need to output my element to HTML to add it before each selected div.
IMHO, it could be great to insert it as an element (and don't needing to put it on html)
Hello,
We can made
Element.before(Node node)
,Element.before(String html)
andElements.before(String html)
.Is it possible to add
Elements.before(Node node)
?Actually, I need to do
myElements.before(myElement.outerHtml())
which isn't really pretty...Regards,
Anael
The text was updated successfully, but these errors were encountered: