vpn

Problem with logging in to Instagram via Selenium WebDriver

Problem with logging in to Instagram via Selenium WebDriver Question: I faced with this problem: when the instagram account is logged in via selenium webdriver, the web driver cannot click the "Log in" button, and when you try to press this button manually an error is returned (Failed to connect to Instagram. Make sure you …

Total answers: 1

Automatically connect and disconnect vpn on python

Automatically connect and disconnect vpn on python Question: The idea came up to me to write my own personal downloader for large files from mega.nz. The question of how to bypass their restrictions, the answer was found quickly, do not log into accounts and just change ip reconnecting to vpn from NordVPN, there was another …

Total answers: 2

Unable to access link from India in selenium python

Unable to access link from India in selenium python Question: I am trying to access a website using automation in python but that will work only from India. But I am unable to do so. The current code with the website link is as follows: from selenium import webdriver driver = webdriver.Chrome() r = driver.get("https://visa.vfsglobal.com/ind/en/pol/") …

Total answers: 1

How to webscrape with VPN in Python?

How to webscrape with VPN in Python? Question: I have made a Python program that webscrapes IMDB with Beautifulsoup to make a mySQL database with tables of all the top rated movies in the different categories. So far so good. My problem is that I am doing this from Norway, and many of the movie …

Total answers: 3

Python requests through VPN giving 502 Bad Gateway

Python requests through VPN giving 502 Bad Gateway Question: I’m trying to grab some data from a server inside my company’s network with the requests library. I’m using a VPN to get into my company’s network and there is also a corporate proxy set up. The address I am trying to access is only visible …

Total answers: 1