![python](https://habrastorage.org/r/w120/webt/67/53/2d/67532dddd34eb598991451.png)
Python
- 1 ответ
- 0 вопросов
0
Вклад в тег
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
s = Service("C:\\Users\OSMan\\Documents\\sel_bro\\chromedriver\\chromedriver.exe")
browser = webdriver.Chrome(service=s)