added selenium file

This commit is contained in:
Aleksa V 2023-02-17 20:42:52 -05:00
parent 47ee375c10
commit 8b757ad1bd
1 changed files with 4 additions and 0 deletions

4
selenium.py Normal file
View File

@ -0,0 +1,4 @@
from selenium import webdriver
driver = webdriver.chrome()
driver.get("http://www.python.org")