Hello,
i'm not sure if this is a bug:
Dim myBANanoElement As BANanoElement
myBANanoElement = BANano.GetElement("body")
Log(myBANanoElement) ' -> body-Element (correct)
myBANanoElement = BANano.GetElement("body").Append($"<div></div>"$)
Log(myBANanoElement) ' -> also body-Element...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.