UNPKG

@ejazullah/smart-browser-automation

Version:

A smart AI-driven browser automation library and REST API server using MCP (Model Context Protocol) and LangChain for multi-step task execution. Includes both programmatic library usage and HTTP API server for remote automation.

20 lines (19 loc) 314 B
<!doctype html> <html> <head> <title>SVG test</title> </head> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Test</title> <animate /> <polygon /> <g> <path> <title>x</title> <animate /> </path> </g> </svg> </body> </html>