Commit e5dca2a
fix: use page instead of context for moveCursorTo context lookup in Puppeteer
In Puppeteer, this.context is scoped to <body>, so searching for "body"
within it returns empty. Use this.page directly to find the context
element from the document root.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 15be2b7 commit e5dca2a
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
833 | | - | |
| 832 | + | |
834 | 833 | | |
835 | 834 | | |
836 | 835 | | |
| |||
0 commit comments