Is there a reason why my code immediately closes?

This page summarizes the projects mentioned and recommended in the original post on /r/AutomateYourself

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • CPython

    The Python programming language

  • from selenium import webdriver from webdriver_manager.chrome import ChromeDriverManager import time # driver = webdriver.Chrome(ChromeDriverManager().install()) # #chromedriver_autoinstaller.install() # driver = webdriver.Chrome(ChromeDriverManager().install()) driver = webdriver.Chrome(ChromeDriverManager(version = '101.0.4951.41').install()) driver.get("http://www.python.org") # path = '/Users/jiggz/Desktop/chromedriver 2' driver.get('https://www.youtube.com/')

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts