在selenium中使用fin_element查找juveni这个文本,路径h1便签后应该加啥啊
xpath后面加/text()就行例如:
driver.find_element(By.XPATH, '//div/h1/text()')
报错贴一下