有了XPath后,可以使用Selenium进行定位,并把需要输入的内容填写上。 browser.find_element_by_xpath('//*[@id="kw"]').send_keys("CSDN").
確定! 回上一頁