英文:
I want to download all the images of my boards on pinterest
问题
无法登录。应该如何点击这个并输入我的ID:密码?
英文:
I am now trying to download all the images on the board using selenium.
However, I am unable to log in.
How should I click on this and enter my ID:Pass?
<div data-test-id="login-button">
答案1
得分: 1
你可以使用
driver.find_element(By.CSS_SELECTOR, "div[data-test-id='login-button']")
英文:
You can use
driver.find_element(By.CSS_SELECTOR, "div[data-test-id='login-button']")
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论