Code 13 Dsasi
Code 13 Dsasi
✅ 1. Install Python
Download: https://www.python.org/downloads/
python --version
pip --version
✅ 3. Install Selenium
# Open Google
driver.get("https://www.google.com")
# Search something
search_box = driver.find_element(By.NAME, "q")
search_box.send_keys("Selenium Python")
search_box.submit()
python test_google.py