i'm runnig this code.
from selenium import webdriver
driver = webdriver.Chrome("chromedriver.exe")
driver.implicitly_wait(1)
driver.get("https://www.vivaticket.com/it/search?categoryId=10&provinceCode=BO")
The open page is all lowercase "https://www.vivaticket.com/it/search?categoryid=10&provincecode=bo" and finds no results.
Do you have an idea how to deal with it? Thx for help