What problem does it solve?
This Skill allows for the verification of keystone.guru pages using a real headless Chrome browser, enabling reproduction of rendering and JavaScript issues, measurement of layout, error catching, and screenshot taking for analysis.
Core Features & Use Cases
- Real Headless Chrome: Runs keystone.guru pages in a real headless Chrome environment to reproduce rendering and JavaScript issues.
- Layout Measurement: Measures layout and catches page errors.
- Screenshot Taking: Takes screenshots that can be viewed with the Read tool for further analysis.
- Use Case: When curl or static reasoning is not enough, use this Skill to verify the rendering and behavior of keystone.guru pages, especially for JavaScript-driven UI elements and layout issues.
Quick Start
Run the headless-browser-verify skill to verify the search page of keystone.guru by executing the following command: docker compose exec -T app sh -c 'cd /var/www && node .chrome-tmp/browse.js http://nginx/search --screenshot /var/www/.chrome-tmp/shot.png --click ".affixselect.bootstrap-select button" --eval "document.querySelectorAll(\".dropdown-menu.show li\").length"