D
Size: a a a
D
𝕬
𝕱𝕯
e
D
Д
Д
e
𝕱𝕯
e
e
БГ
Д
𝕬
БГ
Д
𝕬
Д
𝕱𝕯
D
from selenium import webdriver
from selenium.webdriver.firefox.options import Options
options = Options()
options.headless = True
driver = webdriver.Firefox(options=options, executable_path='/volume1/xXx/bot/geckodriver')
driver.get("https://google.com")
print (browser.title)
driver.quit()