etaoin 2021-06-19

hey guys, question: how can use etaoin to retrieve informations from part of a page I'm interested in? It seems that the API exposes the functionalities for clicking and filling forms, and I can otherwise use query and query-all to find a unique id. But how could I use the unique id to read more data from the referenced element?

🙌 1

ok, solved, the function I was looking for was get-element-inner-html-el and the related functionality 🙂