1

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. enter image description here I want to run the Selenium Opera web driver with VPN support.

Cumhur Ay
  • 83
  • 8
  • Does this answer your question? [How to enable built-in VPN in OperaDriver?](https://stackoverflow.com/questions/55130791/how-to-enable-built-in-vpn-in-operadriver) – sous2817 Oct 07 '20 at 17:30

1 Answers1

0

Is this problem unsolvable? "Running Opera browser in excel vba with VPN support"

Cumhur Ay
  • 83
  • 8