For some reason, when parsing https://touch.facebook.com/messages
and using getElementById("threadlist_rows")
, I'm receiving null even though the id definitely exists.
It's within the html()
output, it works on try jsoup online, and I can get other ids such as root
without issues.
The same method has been working for other pages, and the only difference I can see is that there are a lot of other elements with ids that have a prefix of threadlist_row_
within the body.
Various other selectors such as getElementsByClass("aclb")
also don't seem to be returning a full list for this page.
Can anyone shed any light on this issue?