我想下载我在Pinterest上的所有板块的图片

huangapple go评论49阅读模式
英文:

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']")

huangapple
  • 本文由 发表于 2023年2月6日 20:08:59
  • 转载请务必保留本文链接:https://go.coder-hub.com/75361128.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定