无法处理DOM中的元素

时间:2019-10-26 15:49:37

标签: python selenium selenium-webdriver dom

有人可以帮助我理解如何使用Python在Selenium Webdriver上的此字段中选择或键入内容吗? 我使用了所有路径,等待命令以及JavascriptExecutor,没有任何帮助。 (https://www.linkedin.com/

field

1 个答案:

答案 0 :(得分:0)

请尝试以下解决方案:

driver.get ("https://www.linkedin.com/")

driver.find_element_by_xpath("//button[@class='search__placeholder--search search-input']").click();
driver.find_element_by_xpath("//form[@id='JOBS']//input[@placeholder='Search job titles or companies']").send_keys("Type here")