Escolhendo um chromedriver para o Selenium e Google Chrome

This commit is contained in:
Luiz Otávio
2023-01-28 10:12:10 -03:00
parent d2280a46aa
commit 5c848b6255
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
__localcode __localcode
.DS_Store
chromedriver
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/

1
aula193/main.py Normal file
View File

@@ -0,0 +1 @@
print('Hello world!')