summaryrefslogtreecommitdiff
path: root/content/blog/poor-mans-selenium.md
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-10-25 02:33:47 -0700
committerrtk0c <[email protected]>2025-10-25 02:33:47 -0700
commit8c8cdeba497d708da2bc9d0b2d34409c97d4ffdd (patch)
tree93c6b25f6a5da84ab29f0942f6d1a70eb6af21f5 /content/blog/poor-mans-selenium.md
parenta1895ec389e23cdc22374d223b25c8c48b9085fa (diff)
Two post ideas: cursed-jigs and poor-mans-selenium
Diffstat (limited to 'content/blog/poor-mans-selenium.md')
-rw-r--r--content/blog/poor-mans-selenium.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/content/blog/poor-mans-selenium.md b/content/blog/poor-mans-selenium.md
new file mode 100644
index 0000000..f7c8dbb
--- /dev/null
+++ b/content/blog/poor-mans-selenium.md
@@ -0,0 +1,11 @@
+---
+title: "Poor Man's Selenium"
+summary: "When chrome-driver just decides to not work on your development workstation today"
+draft: true
+---
+
+Idea: do what I did for certain website scraping, just write elaborate code inside the javascript console
+
+- `HTMLElement.click()`
+- `setTimeout` recursion, or hand-craft some async/await timeouts?
+- `HTMLElement.outerHTML` to stringify a DOM node