When i swipe to next page and get page_source
, I can't get last page_source
content
That is I only can get current visible page_source
But I want to scrape lots of page, get only visible page source is low efficient
Any way to get invisible outside page_source in appium? I use python.
Thanks