|
|
|
|
|
by mrskitch
1926 days ago
|
|
Yup, There’s a lot going on here. Currently the tool uses a fixed IP for the running browser. That’s why you’re seeing that Cloudflare issue. As far as the hovering goes, the canvas element is “mirroring” interactions back through to the underlying page. When Devtools are active, this triggers chromium to render hover effects in its GUI. This then gets sent back to the canvas element in the debugging page. It’s a lot of network traffic and Synchronization... but once everything is setup it works fairly seamlessly |
|
very interesting project!