2021年5月29日

python+selenium之页面元素截图

摘要: 对页面中元素截图,需执行如下步骤: 1)截图页面整张图片 2)定位页面中元素位置 3)计算页面元素的left、top、right、bottom from selenium import webdriverfrom selenium.webdriver.common.action_chains imp 阅读全文

posted @ 2021-05-29 17:00 小季123 阅读(927) 评论(0) 推荐(0) 编辑

导航