-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
对boss的在线简历进行截图 可以截取视口的内容 但是不能截长图 浏览器版本也是符合要求的
以下是代码
from DrissionPage import Chromium
import time
browser = Chromium()
tab = Chromium().latest_tab
tab.get('https://www.zhipin.com/web/chat/recommend')
time.sleep(2)
ele = tab.ele('xpath://*[@id="recommend-list"]/div/ul/li[1]')
ele.click()
time.sleep(2)
iframe = tab.get_frame('@name=recommendFrame')
iframe2 = iframe.get_frame(1)
print(iframe2.title)
print(iframe2.html)
ele3 = iframe2.ele('@id=resume')
ele3.get_screenshot()
浏览器版本

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels