I am a new iOS developer. I need to create an iOS application that will take a Square e-commerce website that comes from a Weebly template, and display it inside a webView. The pricing information cannot be shown inside the app. My solution is to scrape the website with swiftsoup, which is challenging enough for a newbie like me. After implementing Swift Soup, it displays the website correctly. However, when I want to manipulate the HTML, swiftsoup is only scraping the HTML from the "sources" section, but the HTML i need to access is in the "elements" section.
How do I access this other "elements" HTML document with swiftsoup?
I have included a screenshot of the specific piece of code I need to access. pricing text
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…