Followers
0
Following
0
Joined
Last Online
-
jaimeesc
I was able to get the source code of the current Safari web page using the following code:
req = appex.get_web_page_info()
print(req['html'])From there I was able to parse through the HTML using BeautifulSoup.