Save complete web page (incl css, images) using python/selenium

后端 未结 4 1954
一个人的身影
一个人的身影 2020-12-14 17:43

I am using Python/Selenium to submit genetic sequences to an online database, and want to save the full page of results I get back. Below is the code that gets me to the res

4条回答
  •  执念已碎
    2020-12-14 18:23

    I'll advise u to have a try on sikulix which is an image based automation tool for operate any widgets within PC OS, it supports python grammar and run with command line and maybe the simplest way to solve ur problem. All u need to do is just give it a screenshot, call sikulix script in ur python automation script(with OS.system("xxxx") or subprocess...).

提交回复
热议问题