import time import pytest from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC from selenium.common.exceptions import UnexpectedAlertPresentException, NoAlertPresentException, \ ElementClickInterceptedException, NoSuchElementException, TimeoutException from helper import signup def is_textarea_empty(driver): # 获取