I'm trying to load a webpage, where the data I'm interested in is loaded via Ajax
after the initial page load. When I fetch the page, the text I currently see is Loading records...
.
I'm wondering what techniques I can use to wait until that section has loaded before the data is returned to me.
Currently I'm using the Elixir HTTPoison
library, but am open to different techniques in Elixir/Erlang.