File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11<!-- AUTO GENERATED DO NOT EDIT - run 'npm run docs' to update-->
22
3- # Chrome DevTools MCP Tool Reference (~ 7095 cl100k_base tokens)
3+ # Chrome DevTools MCP Tool Reference (~ 7084 cl100k_base tokens)
44
55- ** [ Input automation] ( #input-automation ) ** (9 tools)
66 - [ ` click ` ] ( #click )
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ export const takeMemorySnapshot = defineTool({
1919 schema : {
2020 filePath : zod
2121 . string ( )
22- . describe ( 'A path to a .heapsnapshot file to save the heapsnapshot to.' )
23- . endsWith ( '.heapsnapshot' ) ,
22+ . describe ( 'A path to a .heapsnapshot file to save the heapsnapshot to.' ) ,
2423 } ,
2524 handler : async ( request , response , context ) => {
2625 const page = context . getSelectedPage ( ) ;
You can’t perform that action at this time.
0 commit comments