Select(WebDriverWait(self.driver, 4).until(EC.presence_of_element_located((By.XPATH, //*[@id= load_area_1 ]/select[2] )))).select_by_visible_text( 松江 )
这个看能不能吧后面select去了
再看看能不能运行
没有这个方法
WebDriverWait(self.driver, 4).until(EC.presence_of_element_located((By.XPATH, //*[@id= load_area_1 ]/select[2]/option[contains(., 松江 )] ))).click() # 点击地区选项
已经xpath到了,怎么执行才是选择