Can I somehow get the source code of a webpage as a string with etaoin?
hey @cheetha! have you tried: https://cljdoc.org/d/etaoin/etaoin/1.1.42/api/etaoin.api#get-source
did not find that for some reason thanks for pointing me at it
What’s important, the results is not the origin html but the current one with all the dom changes applied.
good additional comment @igrishaev. the docstring says "current" so I guess that's documented properly. if you want the original HTML I guess you could do a web request and look at the response