{{theTime}}

Search This Blog

Total Pageviews

How to install Selenium and Chrome Webdriver in Python?

- pip install -U selenium
- Install Selenium drivers (https://sites.google.com/a/chromium.org/chromedriver/downloads)
- Add the chrome driver in Path.
- Create python program
from selenium import webdriver  chromeBrowser = webdriver.Chrome()  chromeBrowser.get('https://www.google.com')

1 comment:

markthomson said...

I would like to say that this blog really convinced me to do it! Thanks, very good post. Lehigh Valley Database Programmer

Top LLMs in 2026

The top LLMs in 2026 are dominated by OpenAI, Anthropic, Google DeepMind, Meta, DeepSeek, and Moonshot AI , with rankings varying slightly...