Selenium crawls to Taobao data is directed to the landing page, how to deal with

selenium crawls to Taobao data is directed to the landing page, how to deal with

related codes

def search ():

try:
    browser.get("https://www.taobao.com")
    input = wait.until(EC.presence_of_element_located((By.CSS_SELECTOR, "-sharpq")))
    submit = wait.until(
        EC.element_to_be_clickable((By.CSS_SELECTOR, "-sharpJ_TSearchForm > div.search-button > button")))
    input.send_keys("")
    time.sleep(10)
    submit.click()
    total = wait.until(EC.presence_of_element_located(
        (By.CSS_SELECTOR, "-sharpmainsrp-pager > div > div > div > div.total")))

    return total.text
except TimeoutError:
    return search()

can you tell me why?

Feb.07,2022

Taobao will identify locomotives;
has the landlord found a solution

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30d32-2bd72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30d32-2bd72.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?