* fix(mcp): mcp error connection
* fix(mcp): lint
* fix(core): add kill signal for server
* chore(core): force close conflict port in bridge
---------
Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
* chore(core): merge main
* feat(web-integration): add support for new agent method(aiBoolean, aiString, aiNumber, aiLocate)
* fix(core, web-integration): update data extraction logic and refine return types for agent methods
* feat(site): add detailed descriptions and examples
* fix(web-integration): remove unused properties from aiLocate return type and update UI titles
* fix(core): enhance agent methods for better extraction and querying
* fix(core): update test scripts and refine data extraction prompts
* fix(core): refine return type in ExecutionTaskApply and remove unused import in inspect
* fix(core): update data extraction logic and enhance type handling in Insight class
* fix(web-integration): update import path for puppeteerAgentForTarget in player test file
* fix(core): tests fix
* fix(core): fix tests
* fix(shared): enhance imageInfo tests by validating individual properties and updating snapshots
* fix(site): remove waitForNavigationTimeout from Playwright integration examples
* fix(site): update timeout configuration examples in FAQ for clarity
* test(web-integration): remove unused client-extractor test and related snapshots
* chore(core): fix query implementation
* fix(report): improve data handling in DetailSide component and enhance output display
* fix(core): refine data extraction prompts and improve error handling in PageTaskExecutor
* fix(core): update data extraction prompt for clarity and type validation
---------
Co-authored-by: yutao <yutao.tao@bytedance.com>
* feat(utils): optimize reportHTMLContent to handle large data with Buffer and newlines
* feat(report): enhance test data handling and filtering in PlaywrightCaseSelector
* feat(report): enhance reportHTMLContent to support file writing and improved dump data handling
* fix(core): correct file writing logic and improve dump data handling in reportHTMLContent
* feat(core): add tests for reportHTMLContent
* feat(core): add performance test for handling multiple large reports in utils
* fix(android): add mouse click and keyboard press for input handling in index.ts
* fix(android): add check for soft keyboard presence before mouse click in index.ts
* fix(puppeter): check close status before close popup
* feat(web-integration): implement forceCloseTab function to handle popup management in Playwright and Puppeteer agents
* refactor(web-integration): rename forceCloseTab to forceClosePopup and update usage in Playwright and Puppeteer agents
* refactor(web-integration): replace console.warn with debug for closed popup and page messages in forceClosePopup function
* fix(visualizer): scroll for result container
* feat(visualizer): add font weight to title in player component
* feat(visualizer): initialize subtitle for the first task in animation script generation
* feat(core): support custom midscene_run dir
* feat(report): add search functionality to PlaywrightCaseSelector component
* refactor(shared): simplify base directory resolution and remove unused environment variable
* feat(shared): integrate shared environment variables across multiple packages
* refactor(shared): update base directory resolution to use dynamic midscene_run directory
* fix(puppeteer): increase screenshot timeout from 3s to 10s for improved reliability
* feat(playwright): enhance report filename generation with unique identifiers and support split mode
* fix(playwright): update reporter type from "single" to "merged" and adjust related configurations
* chore(playwright): improve filename sanitization in reporter
* feat(web-integration): add function to replace illegal path characters
* feat(web-integration): update path sanitization function to replace spaces and illegal characters