Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
from webdriver_manager.chrome import ChromeDriverManager
from selenium import webdriver
import time
chrome = webdriver.Chrome(executable_path=ChromeDriverManager().install())
chrome.get("https://www.instagram.com")
time.sleep(30)
bilmediğim için bu baslıgı actıgımı dusunursun dıye tahmın etmıstımPython:from webdriver_manager.chrome import ChromeDriverManager from selenium import webdriver import time chrome = webdriver.Chrome(executable_path=ChromeDriverManager().install()) chrome.get("https://www.instagram.com") time.sleep(30)
python bildiğinize emin misiniz
modülü kullanmayı bilmiyorsunuz sanıyordumbilmediğim için bu baslıgı actıgımı dusunursun dıye tahmın etmıstım