How to download an image with Selenium for Python?

前端 未结 0 496
陌清茗
陌清茗 2021-02-02 08:20

I open the page with Selenium -

driver = webdriver.Chrome()
# login steps are here
driver.get(\'https://www.example.com/?file=%d\' % (FILE_ID) )

相关标签:
回答
  • 消灭零回复
提交回复
热议问题