The site I try to extract data from is banned in my country.
Public Sub SofaScore()
Dim bot As New WebDriver
bot.Start "opera", "https://www.sofascore.com/table-tennis/2020-09-21"
bot.Get "/"
bot.TakeScreenshot.SaveAs (ActiveWorkbook.Path + "/Temp/screenshot.jpg")
bot.Quit
End Sub
This is the result I got when I ran the code without VPN support.
I want to run the Selenium Opera web driver with VPN support.