What method can I use to convert a webpage to text. I'm using the commands below:
safari.Initialize("safari", "https://www.google.com")
safari.TintColor = Colors.Red
safari.Show(Page1)
safari.Initialize("safari", "https://www.google.com")
safari.TintColor = Colors.Red
safari.Show(Page1)