Skip to content

Commit

Permalink
Create 2024-08-12-通过chromedp在boss直聘打招呼.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shihai1991 authored Aug 12, 2024
1 parent e973668 commit 5989616
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _posts/2024-08-12-通过chromedp在boss直聘打招呼.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: post
title: 通过chromedp在boss直聘打招呼
category: software engineering
catalog: true
published: false
tags:
- software engineering
- golang
time: '2024.08.22 10:32:00'
---

# 参考文档
- [chromedp Readme](https://pkg.go.dev/github.com/chromedp/chromedp)
- [剑走偏锋,无头浏览器是什么神奇的家伙](https://juejin.cn/post/7243780412547121208)
- [Chrome DevTools 协议](https://chromedevtools.github.io/devtools-protocol/)
- [Issue: chromedp scroll to bottom? How do you do that](https://github.com/chromedp/chromedp/issues/525)
- [Issue: how to get all subnode in a element](https://github.com/chromedp/chromedp/issues/12)

0 comments on commit 5989616

Please sign in to comment.