How to chose country of VPN zenmate chrome extension with selenium python

0 votes

I want to automate choosing country of zenmate VPN extension with selenium but I don't know how to access it

this is my code to add the extension:

from selenium import webdriver
from selenium.webdriver.chrome.options import Options

chrome_option = Options()
chrome_option.add_extension("vpn.crx")
driver1 = webdriver.Chrome(executable_path='chromedriver.exe',options=chrome_option)
driver1.get("https://www.google.com/")


 

Nov 28, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points

edited Mar 4 13 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP