[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-playwright-cli":3,"mdc--duj9qx-key":33,"related-repo-microsoft-playwright-cli":1731,"related-org-microsoft-playwright-cli":1739},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"playwright-cli","automate browser interactions with Playwright","Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19],{"name":13,"slug":14,"type":15},"Playwright","playwright","tag",{"name":17,"slug":18,"type":15},"Testing","testing",{"name":20,"slug":21,"type":15},"Browser Automation","browser-automation",61,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fcreate-playwright","2026-04-06T18:32:43.891046",null,50,[14],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[14],"\"npm init playwright\" implementation","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fcreate-playwright\u002Ftree\u002FHEAD\u002Fassets","---\nname: playwright-cli\ndescription: Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.\nallowed-tools: Bash(playwright-cli:*)\n---\n\n# Browser Automation with playwright-cli\n\n## Quick start\n\n```bash\nplaywright-cli open https:\u002F\u002Fplaywright.dev\nplaywright-cli click e15\nplaywright-cli type \"page.click\"\nplaywright-cli press Enter\n```\n\n## Core workflow\n\n1. Navigate: `playwright-cli open https:\u002F\u002Fexample.com`\n2. Interact using refs from the snapshot\n3. Re-snapshot after significant changes\n\n## Commands\n\n### Core\n\n```bash\nplaywright-cli open https:\u002F\u002Fexample.com\u002F\nplaywright-cli close\nplaywright-cli type \"search query\"\nplaywright-cli click e3\nplaywright-cli dblclick e7\nplaywright-cli fill e5 \"user@example.com\"\nplaywright-cli drag e2 e8\nplaywright-cli hover e4\nplaywright-cli select e9 \"option-value\"\nplaywright-cli upload .\u002Fdocument.pdf\nplaywright-cli check e12\nplaywright-cli uncheck e12\nplaywright-cli snapshot\nplaywright-cli eval \"document.title\"\nplaywright-cli eval \"el => el.textContent\" e5\nplaywright-cli dialog-accept\nplaywright-cli dialog-accept \"confirmation text\"\nplaywright-cli dialog-dismiss\nplaywright-cli resize 1920 1080\n```\n\n### Navigation\n\n```bash\nplaywright-cli go-back\nplaywright-cli go-forward\nplaywright-cli reload\n```\n\n### Keyboard\n\n```bash\nplaywright-cli press Enter\nplaywright-cli press ArrowDown\nplaywright-cli keydown Shift\nplaywright-cli keyup Shift\n```\n\n### Mouse\n\n```bash\nplaywright-cli mousemove 150 300\nplaywright-cli mousedown\nplaywright-cli mousedown right\nplaywright-cli mouseup\nplaywright-cli mouseup right\nplaywright-cli mousewheel 0 100\n```\n\n### Save as\n\n```bash\nplaywright-cli screenshot\nplaywright-cli screenshot e5\nplaywright-cli pdf\n```\n\n### Tabs\n\n```bash\nplaywright-cli tab-list\nplaywright-cli tab-new\nplaywright-cli tab-new https:\u002F\u002Fexample.com\u002Fpage\nplaywright-cli tab-close\nplaywright-cli tab-close 2\nplaywright-cli tab-select 0\n```\n\n### DevTools\n\n```bash\nplaywright-cli console\nplaywright-cli console warning\nplaywright-cli network\nplaywright-cli run-code \"async page => await page.context().grantPermissions(['geolocation'])\"\nplaywright-cli tracing-start\nplaywright-cli tracing-stop\nplaywright-cli video-start\nplaywright-cli video-stop video.webm\n```\n\n### Configuration\n```bash\n# configure the session\nplaywright-cli config my-config.json\n# Configure named session\nplaywright-cli --session=mysession config my-config.json\n# Start with configured session\nplaywright-cli open --config=my-config.json\n```\n\n### Sessions\n\n```bash\nplaywright-cli --session=mysession open example.com\nplaywright-cli --session=mysession click e6\nplaywright-cli session-list\nplaywright-cli session-stop mysession\nplaywright-cli session-stop-all\nplaywright-cli session-delete\nplaywright-cli session-delete mysession\n```\n\n## Example: Form submission\n\n```bash\nplaywright-cli open https:\u002F\u002Fexample.com\u002Fform\nplaywright-cli snapshot\n\nplaywright-cli fill e1 \"user@example.com\"\nplaywright-cli fill e2 \"password123\"\nplaywright-cli click e3\nplaywright-cli snapshot\n```\n\n## Example: Multi-tab workflow\n\n```bash\nplaywright-cli open https:\u002F\u002Fexample.com\nplaywright-cli tab-new https:\u002F\u002Fexample.com\u002Fother\nplaywright-cli tab-list\nplaywright-cli tab-select 0\nplaywright-cli snapshot\n```\n\n## Example: Debugging with DevTools\n\n```bash\nplaywright-cli open https:\u002F\u002Fexample.com\nplaywright-cli click e4\nplaywright-cli fill e7 \"test\"\nplaywright-cli console\nplaywright-cli network\n```\n\n```bash\nplaywright-cli open https:\u002F\u002Fexample.com\nplaywright-cli tracing-start\nplaywright-cli click e4\nplaywright-cli fill e7 \"test\"\nplaywright-cli tracing-stop\n```\n",{"data":34,"body":36},{"name":4,"description":6,"allowed-tools":35},"Bash(playwright-cli:*)",{"type":37,"children":38},"root",[39,48,55,154,160,186,192,199,594,600,643,649,720,726,834,840,887,893,987,993,1119,1125,1210,1216,1332,1338,1463,1469,1545,1551,1639,1725],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"browser-automation-with-playwright-cli",[45],{"type":46,"value":47},"text","Browser Automation with playwright-cli",{"type":40,"tag":49,"props":50,"children":52},"h2",{"id":51},"quick-start",[53],{"type":46,"value":54},"Quick start",{"type":40,"tag":56,"props":57,"children":62},"pre",{"className":58,"code":59,"language":60,"meta":61,"style":61},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","playwright-cli open https:\u002F\u002Fplaywright.dev\nplaywright-cli click e15\nplaywright-cli type \"page.click\"\nplaywright-cli press Enter\n","bash","",[63],{"type":40,"tag":64,"props":65,"children":66},"code",{"__ignoreMap":61},[67,89,107,136],{"type":40,"tag":68,"props":69,"children":72},"span",{"class":70,"line":71},"line",1,[73,78,84],{"type":40,"tag":68,"props":74,"children":76},{"style":75},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[77],{"type":46,"value":4},{"type":40,"tag":68,"props":79,"children":81},{"style":80},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[82],{"type":46,"value":83}," open",{"type":40,"tag":68,"props":85,"children":86},{"style":80},[87],{"type":46,"value":88}," https:\u002F\u002Fplaywright.dev\n",{"type":40,"tag":68,"props":90,"children":92},{"class":70,"line":91},2,[93,97,102],{"type":40,"tag":68,"props":94,"children":95},{"style":75},[96],{"type":46,"value":4},{"type":40,"tag":68,"props":98,"children":99},{"style":80},[100],{"type":46,"value":101}," click",{"type":40,"tag":68,"props":103,"children":104},{"style":80},[105],{"type":46,"value":106}," e15\n",{"type":40,"tag":68,"props":108,"children":110},{"class":70,"line":109},3,[111,115,120,126,131],{"type":40,"tag":68,"props":112,"children":113},{"style":75},[114],{"type":46,"value":4},{"type":40,"tag":68,"props":116,"children":117},{"style":80},[118],{"type":46,"value":119}," type",{"type":40,"tag":68,"props":121,"children":123},{"style":122},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[124],{"type":46,"value":125}," \"",{"type":40,"tag":68,"props":127,"children":128},{"style":80},[129],{"type":46,"value":130},"page.click",{"type":40,"tag":68,"props":132,"children":133},{"style":122},[134],{"type":46,"value":135},"\"\n",{"type":40,"tag":68,"props":137,"children":139},{"class":70,"line":138},4,[140,144,149],{"type":40,"tag":68,"props":141,"children":142},{"style":75},[143],{"type":46,"value":4},{"type":40,"tag":68,"props":145,"children":146},{"style":80},[147],{"type":46,"value":148}," press",{"type":40,"tag":68,"props":150,"children":151},{"style":80},[152],{"type":46,"value":153}," Enter\n",{"type":40,"tag":49,"props":155,"children":157},{"id":156},"core-workflow",[158],{"type":46,"value":159},"Core workflow",{"type":40,"tag":161,"props":162,"children":163},"ol",{},[164,176,181],{"type":40,"tag":165,"props":166,"children":167},"li",{},[168,170],{"type":46,"value":169},"Navigate: ",{"type":40,"tag":64,"props":171,"children":173},{"className":172},[],[174],{"type":46,"value":175},"playwright-cli open https:\u002F\u002Fexample.com",{"type":40,"tag":165,"props":177,"children":178},{},[179],{"type":46,"value":180},"Interact using refs from the snapshot",{"type":40,"tag":165,"props":182,"children":183},{},[184],{"type":46,"value":185},"Re-snapshot after significant changes",{"type":40,"tag":49,"props":187,"children":189},{"id":188},"commands",[190],{"type":46,"value":191},"Commands",{"type":40,"tag":193,"props":194,"children":196},"h3",{"id":195},"core",[197],{"type":46,"value":198},"Core",{"type":40,"tag":56,"props":200,"children":202},{"className":58,"code":201,"language":60,"meta":61,"style":61},"playwright-cli open https:\u002F\u002Fexample.com\u002F\nplaywright-cli close\nplaywright-cli type \"search query\"\nplaywright-cli click e3\nplaywright-cli dblclick e7\nplaywright-cli fill e5 \"user@example.com\"\nplaywright-cli drag e2 e8\nplaywright-cli hover e4\nplaywright-cli select e9 \"option-value\"\nplaywright-cli upload .\u002Fdocument.pdf\nplaywright-cli check e12\nplaywright-cli uncheck e12\nplaywright-cli snapshot\nplaywright-cli eval \"document.title\"\nplaywright-cli eval \"el => el.textContent\" e5\nplaywright-cli dialog-accept\nplaywright-cli dialog-accept \"confirmation text\"\nplaywright-cli dialog-dismiss\nplaywright-cli resize 1920 1080\n",[203],{"type":40,"tag":64,"props":204,"children":205},{"__ignoreMap":61},[206,222,234,258,274,292,323,346,364,395,413,431,448,461,487,518,531,557,570],{"type":40,"tag":68,"props":207,"children":208},{"class":70,"line":71},[209,213,217],{"type":40,"tag":68,"props":210,"children":211},{"style":75},[212],{"type":46,"value":4},{"type":40,"tag":68,"props":214,"children":215},{"style":80},[216],{"type":46,"value":83},{"type":40,"tag":68,"props":218,"children":219},{"style":80},[220],{"type":46,"value":221}," https:\u002F\u002Fexample.com\u002F\n",{"type":40,"tag":68,"props":223,"children":224},{"class":70,"line":91},[225,229],{"type":40,"tag":68,"props":226,"children":227},{"style":75},[228],{"type":46,"value":4},{"type":40,"tag":68,"props":230,"children":231},{"style":80},[232],{"type":46,"value":233}," close\n",{"type":40,"tag":68,"props":235,"children":236},{"class":70,"line":109},[237,241,245,249,254],{"type":40,"tag":68,"props":238,"children":239},{"style":75},[240],{"type":46,"value":4},{"type":40,"tag":68,"props":242,"children":243},{"style":80},[244],{"type":46,"value":119},{"type":40,"tag":68,"props":246,"children":247},{"style":122},[248],{"type":46,"value":125},{"type":40,"tag":68,"props":250,"children":251},{"style":80},[252],{"type":46,"value":253},"search query",{"type":40,"tag":68,"props":255,"children":256},{"style":122},[257],{"type":46,"value":135},{"type":40,"tag":68,"props":259,"children":260},{"class":70,"line":138},[261,265,269],{"type":40,"tag":68,"props":262,"children":263},{"style":75},[264],{"type":46,"value":4},{"type":40,"tag":68,"props":266,"children":267},{"style":80},[268],{"type":46,"value":101},{"type":40,"tag":68,"props":270,"children":271},{"style":80},[272],{"type":46,"value":273}," e3\n",{"type":40,"tag":68,"props":275,"children":277},{"class":70,"line":276},5,[278,282,287],{"type":40,"tag":68,"props":279,"children":280},{"style":75},[281],{"type":46,"value":4},{"type":40,"tag":68,"props":283,"children":284},{"style":80},[285],{"type":46,"value":286}," dblclick",{"type":40,"tag":68,"props":288,"children":289},{"style":80},[290],{"type":46,"value":291}," e7\n",{"type":40,"tag":68,"props":293,"children":295},{"class":70,"line":294},6,[296,300,305,310,314,319],{"type":40,"tag":68,"props":297,"children":298},{"style":75},[299],{"type":46,"value":4},{"type":40,"tag":68,"props":301,"children":302},{"style":80},[303],{"type":46,"value":304}," fill",{"type":40,"tag":68,"props":306,"children":307},{"style":80},[308],{"type":46,"value":309}," e5",{"type":40,"tag":68,"props":311,"children":312},{"style":122},[313],{"type":46,"value":125},{"type":40,"tag":68,"props":315,"children":316},{"style":80},[317],{"type":46,"value":318},"user@example.com",{"type":40,"tag":68,"props":320,"children":321},{"style":122},[322],{"type":46,"value":135},{"type":40,"tag":68,"props":324,"children":326},{"class":70,"line":325},7,[327,331,336,341],{"type":40,"tag":68,"props":328,"children":329},{"style":75},[330],{"type":46,"value":4},{"type":40,"tag":68,"props":332,"children":333},{"style":80},[334],{"type":46,"value":335}," drag",{"type":40,"tag":68,"props":337,"children":338},{"style":80},[339],{"type":46,"value":340}," e2",{"type":40,"tag":68,"props":342,"children":343},{"style":80},[344],{"type":46,"value":345}," e8\n",{"type":40,"tag":68,"props":347,"children":349},{"class":70,"line":348},8,[350,354,359],{"type":40,"tag":68,"props":351,"children":352},{"style":75},[353],{"type":46,"value":4},{"type":40,"tag":68,"props":355,"children":356},{"style":80},[357],{"type":46,"value":358}," hover",{"type":40,"tag":68,"props":360,"children":361},{"style":80},[362],{"type":46,"value":363}," e4\n",{"type":40,"tag":68,"props":365,"children":367},{"class":70,"line":366},9,[368,372,377,382,386,391],{"type":40,"tag":68,"props":369,"children":370},{"style":75},[371],{"type":46,"value":4},{"type":40,"tag":68,"props":373,"children":374},{"style":80},[375],{"type":46,"value":376}," select",{"type":40,"tag":68,"props":378,"children":379},{"style":80},[380],{"type":46,"value":381}," e9",{"type":40,"tag":68,"props":383,"children":384},{"style":122},[385],{"type":46,"value":125},{"type":40,"tag":68,"props":387,"children":388},{"style":80},[389],{"type":46,"value":390},"option-value",{"type":40,"tag":68,"props":392,"children":393},{"style":122},[394],{"type":46,"value":135},{"type":40,"tag":68,"props":396,"children":398},{"class":70,"line":397},10,[399,403,408],{"type":40,"tag":68,"props":400,"children":401},{"style":75},[402],{"type":46,"value":4},{"type":40,"tag":68,"props":404,"children":405},{"style":80},[406],{"type":46,"value":407}," upload",{"type":40,"tag":68,"props":409,"children":410},{"style":80},[411],{"type":46,"value":412}," .\u002Fdocument.pdf\n",{"type":40,"tag":68,"props":414,"children":416},{"class":70,"line":415},11,[417,421,426],{"type":40,"tag":68,"props":418,"children":419},{"style":75},[420],{"type":46,"value":4},{"type":40,"tag":68,"props":422,"children":423},{"style":80},[424],{"type":46,"value":425}," check",{"type":40,"tag":68,"props":427,"children":428},{"style":80},[429],{"type":46,"value":430}," e12\n",{"type":40,"tag":68,"props":432,"children":434},{"class":70,"line":433},12,[435,439,444],{"type":40,"tag":68,"props":436,"children":437},{"style":75},[438],{"type":46,"value":4},{"type":40,"tag":68,"props":440,"children":441},{"style":80},[442],{"type":46,"value":443}," uncheck",{"type":40,"tag":68,"props":445,"children":446},{"style":80},[447],{"type":46,"value":430},{"type":40,"tag":68,"props":449,"children":451},{"class":70,"line":450},13,[452,456],{"type":40,"tag":68,"props":453,"children":454},{"style":75},[455],{"type":46,"value":4},{"type":40,"tag":68,"props":457,"children":458},{"style":80},[459],{"type":46,"value":460}," snapshot\n",{"type":40,"tag":68,"props":462,"children":464},{"class":70,"line":463},14,[465,469,474,478,483],{"type":40,"tag":68,"props":466,"children":467},{"style":75},[468],{"type":46,"value":4},{"type":40,"tag":68,"props":470,"children":471},{"style":80},[472],{"type":46,"value":473}," eval",{"type":40,"tag":68,"props":475,"children":476},{"style":122},[477],{"type":46,"value":125},{"type":40,"tag":68,"props":479,"children":480},{"style":80},[481],{"type":46,"value":482},"document.title",{"type":40,"tag":68,"props":484,"children":485},{"style":122},[486],{"type":46,"value":135},{"type":40,"tag":68,"props":488,"children":490},{"class":70,"line":489},15,[491,495,499,503,508,513],{"type":40,"tag":68,"props":492,"children":493},{"style":75},[494],{"type":46,"value":4},{"type":40,"tag":68,"props":496,"children":497},{"style":80},[498],{"type":46,"value":473},{"type":40,"tag":68,"props":500,"children":501},{"style":122},[502],{"type":46,"value":125},{"type":40,"tag":68,"props":504,"children":505},{"style":80},[506],{"type":46,"value":507},"el => el.textContent",{"type":40,"tag":68,"props":509,"children":510},{"style":122},[511],{"type":46,"value":512},"\"",{"type":40,"tag":68,"props":514,"children":515},{"style":80},[516],{"type":46,"value":517}," e5\n",{"type":40,"tag":68,"props":519,"children":521},{"class":70,"line":520},16,[522,526],{"type":40,"tag":68,"props":523,"children":524},{"style":75},[525],{"type":46,"value":4},{"type":40,"tag":68,"props":527,"children":528},{"style":80},[529],{"type":46,"value":530}," dialog-accept\n",{"type":40,"tag":68,"props":532,"children":534},{"class":70,"line":533},17,[535,539,544,548,553],{"type":40,"tag":68,"props":536,"children":537},{"style":75},[538],{"type":46,"value":4},{"type":40,"tag":68,"props":540,"children":541},{"style":80},[542],{"type":46,"value":543}," dialog-accept",{"type":40,"tag":68,"props":545,"children":546},{"style":122},[547],{"type":46,"value":125},{"type":40,"tag":68,"props":549,"children":550},{"style":80},[551],{"type":46,"value":552},"confirmation text",{"type":40,"tag":68,"props":554,"children":555},{"style":122},[556],{"type":46,"value":135},{"type":40,"tag":68,"props":558,"children":560},{"class":70,"line":559},18,[561,565],{"type":40,"tag":68,"props":562,"children":563},{"style":75},[564],{"type":46,"value":4},{"type":40,"tag":68,"props":566,"children":567},{"style":80},[568],{"type":46,"value":569}," dialog-dismiss\n",{"type":40,"tag":68,"props":571,"children":573},{"class":70,"line":572},19,[574,578,583,589],{"type":40,"tag":68,"props":575,"children":576},{"style":75},[577],{"type":46,"value":4},{"type":40,"tag":68,"props":579,"children":580},{"style":80},[581],{"type":46,"value":582}," resize",{"type":40,"tag":68,"props":584,"children":586},{"style":585},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[587],{"type":46,"value":588}," 1920",{"type":40,"tag":68,"props":590,"children":591},{"style":585},[592],{"type":46,"value":593}," 1080\n",{"type":40,"tag":193,"props":595,"children":597},{"id":596},"navigation",[598],{"type":46,"value":599},"Navigation",{"type":40,"tag":56,"props":601,"children":603},{"className":58,"code":602,"language":60,"meta":61,"style":61},"playwright-cli go-back\nplaywright-cli go-forward\nplaywright-cli reload\n",[604],{"type":40,"tag":64,"props":605,"children":606},{"__ignoreMap":61},[607,619,631],{"type":40,"tag":68,"props":608,"children":609},{"class":70,"line":71},[610,614],{"type":40,"tag":68,"props":611,"children":612},{"style":75},[613],{"type":46,"value":4},{"type":40,"tag":68,"props":615,"children":616},{"style":80},[617],{"type":46,"value":618}," go-back\n",{"type":40,"tag":68,"props":620,"children":621},{"class":70,"line":91},[622,626],{"type":40,"tag":68,"props":623,"children":624},{"style":75},[625],{"type":46,"value":4},{"type":40,"tag":68,"props":627,"children":628},{"style":80},[629],{"type":46,"value":630}," go-forward\n",{"type":40,"tag":68,"props":632,"children":633},{"class":70,"line":109},[634,638],{"type":40,"tag":68,"props":635,"children":636},{"style":75},[637],{"type":46,"value":4},{"type":40,"tag":68,"props":639,"children":640},{"style":80},[641],{"type":46,"value":642}," reload\n",{"type":40,"tag":193,"props":644,"children":646},{"id":645},"keyboard",[647],{"type":46,"value":648},"Keyboard",{"type":40,"tag":56,"props":650,"children":652},{"className":58,"code":651,"language":60,"meta":61,"style":61},"playwright-cli press Enter\nplaywright-cli press ArrowDown\nplaywright-cli keydown Shift\nplaywright-cli keyup Shift\n",[653],{"type":40,"tag":64,"props":654,"children":655},{"__ignoreMap":61},[656,671,687,704],{"type":40,"tag":68,"props":657,"children":658},{"class":70,"line":71},[659,663,667],{"type":40,"tag":68,"props":660,"children":661},{"style":75},[662],{"type":46,"value":4},{"type":40,"tag":68,"props":664,"children":665},{"style":80},[666],{"type":46,"value":148},{"type":40,"tag":68,"props":668,"children":669},{"style":80},[670],{"type":46,"value":153},{"type":40,"tag":68,"props":672,"children":673},{"class":70,"line":91},[674,678,682],{"type":40,"tag":68,"props":675,"children":676},{"style":75},[677],{"type":46,"value":4},{"type":40,"tag":68,"props":679,"children":680},{"style":80},[681],{"type":46,"value":148},{"type":40,"tag":68,"props":683,"children":684},{"style":80},[685],{"type":46,"value":686}," ArrowDown\n",{"type":40,"tag":68,"props":688,"children":689},{"class":70,"line":109},[690,694,699],{"type":40,"tag":68,"props":691,"children":692},{"style":75},[693],{"type":46,"value":4},{"type":40,"tag":68,"props":695,"children":696},{"style":80},[697],{"type":46,"value":698}," keydown",{"type":40,"tag":68,"props":700,"children":701},{"style":80},[702],{"type":46,"value":703}," Shift\n",{"type":40,"tag":68,"props":705,"children":706},{"class":70,"line":138},[707,711,716],{"type":40,"tag":68,"props":708,"children":709},{"style":75},[710],{"type":46,"value":4},{"type":40,"tag":68,"props":712,"children":713},{"style":80},[714],{"type":46,"value":715}," keyup",{"type":40,"tag":68,"props":717,"children":718},{"style":80},[719],{"type":46,"value":703},{"type":40,"tag":193,"props":721,"children":723},{"id":722},"mouse",[724],{"type":46,"value":725},"Mouse",{"type":40,"tag":56,"props":727,"children":729},{"className":58,"code":728,"language":60,"meta":61,"style":61},"playwright-cli mousemove 150 300\nplaywright-cli mousedown\nplaywright-cli mousedown right\nplaywright-cli mouseup\nplaywright-cli mouseup right\nplaywright-cli mousewheel 0 100\n",[730],{"type":40,"tag":64,"props":731,"children":732},{"__ignoreMap":61},[733,755,767,784,796,812],{"type":40,"tag":68,"props":734,"children":735},{"class":70,"line":71},[736,740,745,750],{"type":40,"tag":68,"props":737,"children":738},{"style":75},[739],{"type":46,"value":4},{"type":40,"tag":68,"props":741,"children":742},{"style":80},[743],{"type":46,"value":744}," mousemove",{"type":40,"tag":68,"props":746,"children":747},{"style":585},[748],{"type":46,"value":749}," 150",{"type":40,"tag":68,"props":751,"children":752},{"style":585},[753],{"type":46,"value":754}," 300\n",{"type":40,"tag":68,"props":756,"children":757},{"class":70,"line":91},[758,762],{"type":40,"tag":68,"props":759,"children":760},{"style":75},[761],{"type":46,"value":4},{"type":40,"tag":68,"props":763,"children":764},{"style":80},[765],{"type":46,"value":766}," mousedown\n",{"type":40,"tag":68,"props":768,"children":769},{"class":70,"line":109},[770,774,779],{"type":40,"tag":68,"props":771,"children":772},{"style":75},[773],{"type":46,"value":4},{"type":40,"tag":68,"props":775,"children":776},{"style":80},[777],{"type":46,"value":778}," mousedown",{"type":40,"tag":68,"props":780,"children":781},{"style":80},[782],{"type":46,"value":783}," right\n",{"type":40,"tag":68,"props":785,"children":786},{"class":70,"line":138},[787,791],{"type":40,"tag":68,"props":788,"children":789},{"style":75},[790],{"type":46,"value":4},{"type":40,"tag":68,"props":792,"children":793},{"style":80},[794],{"type":46,"value":795}," mouseup\n",{"type":40,"tag":68,"props":797,"children":798},{"class":70,"line":276},[799,803,808],{"type":40,"tag":68,"props":800,"children":801},{"style":75},[802],{"type":46,"value":4},{"type":40,"tag":68,"props":804,"children":805},{"style":80},[806],{"type":46,"value":807}," mouseup",{"type":40,"tag":68,"props":809,"children":810},{"style":80},[811],{"type":46,"value":783},{"type":40,"tag":68,"props":813,"children":814},{"class":70,"line":294},[815,819,824,829],{"type":40,"tag":68,"props":816,"children":817},{"style":75},[818],{"type":46,"value":4},{"type":40,"tag":68,"props":820,"children":821},{"style":80},[822],{"type":46,"value":823}," mousewheel",{"type":40,"tag":68,"props":825,"children":826},{"style":585},[827],{"type":46,"value":828}," 0",{"type":40,"tag":68,"props":830,"children":831},{"style":585},[832],{"type":46,"value":833}," 100\n",{"type":40,"tag":193,"props":835,"children":837},{"id":836},"save-as",[838],{"type":46,"value":839},"Save as",{"type":40,"tag":56,"props":841,"children":843},{"className":58,"code":842,"language":60,"meta":61,"style":61},"playwright-cli screenshot\nplaywright-cli screenshot e5\nplaywright-cli pdf\n",[844],{"type":40,"tag":64,"props":845,"children":846},{"__ignoreMap":61},[847,859,875],{"type":40,"tag":68,"props":848,"children":849},{"class":70,"line":71},[850,854],{"type":40,"tag":68,"props":851,"children":852},{"style":75},[853],{"type":46,"value":4},{"type":40,"tag":68,"props":855,"children":856},{"style":80},[857],{"type":46,"value":858}," screenshot\n",{"type":40,"tag":68,"props":860,"children":861},{"class":70,"line":91},[862,866,871],{"type":40,"tag":68,"props":863,"children":864},{"style":75},[865],{"type":46,"value":4},{"type":40,"tag":68,"props":867,"children":868},{"style":80},[869],{"type":46,"value":870}," screenshot",{"type":40,"tag":68,"props":872,"children":873},{"style":80},[874],{"type":46,"value":517},{"type":40,"tag":68,"props":876,"children":877},{"class":70,"line":109},[878,882],{"type":40,"tag":68,"props":879,"children":880},{"style":75},[881],{"type":46,"value":4},{"type":40,"tag":68,"props":883,"children":884},{"style":80},[885],{"type":46,"value":886}," pdf\n",{"type":40,"tag":193,"props":888,"children":890},{"id":889},"tabs",[891],{"type":46,"value":892},"Tabs",{"type":40,"tag":56,"props":894,"children":896},{"className":58,"code":895,"language":60,"meta":61,"style":61},"playwright-cli tab-list\nplaywright-cli tab-new\nplaywright-cli tab-new https:\u002F\u002Fexample.com\u002Fpage\nplaywright-cli tab-close\nplaywright-cli tab-close 2\nplaywright-cli tab-select 0\n",[897],{"type":40,"tag":64,"props":898,"children":899},{"__ignoreMap":61},[900,912,924,941,953,970],{"type":40,"tag":68,"props":901,"children":902},{"class":70,"line":71},[903,907],{"type":40,"tag":68,"props":904,"children":905},{"style":75},[906],{"type":46,"value":4},{"type":40,"tag":68,"props":908,"children":909},{"style":80},[910],{"type":46,"value":911}," tab-list\n",{"type":40,"tag":68,"props":913,"children":914},{"class":70,"line":91},[915,919],{"type":40,"tag":68,"props":916,"children":917},{"style":75},[918],{"type":46,"value":4},{"type":40,"tag":68,"props":920,"children":921},{"style":80},[922],{"type":46,"value":923}," tab-new\n",{"type":40,"tag":68,"props":925,"children":926},{"class":70,"line":109},[927,931,936],{"type":40,"tag":68,"props":928,"children":929},{"style":75},[930],{"type":46,"value":4},{"type":40,"tag":68,"props":932,"children":933},{"style":80},[934],{"type":46,"value":935}," tab-new",{"type":40,"tag":68,"props":937,"children":938},{"style":80},[939],{"type":46,"value":940}," https:\u002F\u002Fexample.com\u002Fpage\n",{"type":40,"tag":68,"props":942,"children":943},{"class":70,"line":138},[944,948],{"type":40,"tag":68,"props":945,"children":946},{"style":75},[947],{"type":46,"value":4},{"type":40,"tag":68,"props":949,"children":950},{"style":80},[951],{"type":46,"value":952}," tab-close\n",{"type":40,"tag":68,"props":954,"children":955},{"class":70,"line":276},[956,960,965],{"type":40,"tag":68,"props":957,"children":958},{"style":75},[959],{"type":46,"value":4},{"type":40,"tag":68,"props":961,"children":962},{"style":80},[963],{"type":46,"value":964}," tab-close",{"type":40,"tag":68,"props":966,"children":967},{"style":585},[968],{"type":46,"value":969}," 2\n",{"type":40,"tag":68,"props":971,"children":972},{"class":70,"line":294},[973,977,982],{"type":40,"tag":68,"props":974,"children":975},{"style":75},[976],{"type":46,"value":4},{"type":40,"tag":68,"props":978,"children":979},{"style":80},[980],{"type":46,"value":981}," tab-select",{"type":40,"tag":68,"props":983,"children":984},{"style":585},[985],{"type":46,"value":986}," 0\n",{"type":40,"tag":193,"props":988,"children":990},{"id":989},"devtools",[991],{"type":46,"value":992},"DevTools",{"type":40,"tag":56,"props":994,"children":996},{"className":58,"code":995,"language":60,"meta":61,"style":61},"playwright-cli console\nplaywright-cli console warning\nplaywright-cli network\nplaywright-cli run-code \"async page => await page.context().grantPermissions(['geolocation'])\"\nplaywright-cli tracing-start\nplaywright-cli tracing-stop\nplaywright-cli video-start\nplaywright-cli video-stop video.webm\n",[997],{"type":40,"tag":64,"props":998,"children":999},{"__ignoreMap":61},[1000,1012,1029,1041,1066,1078,1090,1102],{"type":40,"tag":68,"props":1001,"children":1002},{"class":70,"line":71},[1003,1007],{"type":40,"tag":68,"props":1004,"children":1005},{"style":75},[1006],{"type":46,"value":4},{"type":40,"tag":68,"props":1008,"children":1009},{"style":80},[1010],{"type":46,"value":1011}," console\n",{"type":40,"tag":68,"props":1013,"children":1014},{"class":70,"line":91},[1015,1019,1024],{"type":40,"tag":68,"props":1016,"children":1017},{"style":75},[1018],{"type":46,"value":4},{"type":40,"tag":68,"props":1020,"children":1021},{"style":80},[1022],{"type":46,"value":1023}," console",{"type":40,"tag":68,"props":1025,"children":1026},{"style":80},[1027],{"type":46,"value":1028}," warning\n",{"type":40,"tag":68,"props":1030,"children":1031},{"class":70,"line":109},[1032,1036],{"type":40,"tag":68,"props":1033,"children":1034},{"style":75},[1035],{"type":46,"value":4},{"type":40,"tag":68,"props":1037,"children":1038},{"style":80},[1039],{"type":46,"value":1040}," network\n",{"type":40,"tag":68,"props":1042,"children":1043},{"class":70,"line":138},[1044,1048,1053,1057,1062],{"type":40,"tag":68,"props":1045,"children":1046},{"style":75},[1047],{"type":46,"value":4},{"type":40,"tag":68,"props":1049,"children":1050},{"style":80},[1051],{"type":46,"value":1052}," run-code",{"type":40,"tag":68,"props":1054,"children":1055},{"style":122},[1056],{"type":46,"value":125},{"type":40,"tag":68,"props":1058,"children":1059},{"style":80},[1060],{"type":46,"value":1061},"async page => await page.context().grantPermissions(['geolocation'])",{"type":40,"tag":68,"props":1063,"children":1064},{"style":122},[1065],{"type":46,"value":135},{"type":40,"tag":68,"props":1067,"children":1068},{"class":70,"line":276},[1069,1073],{"type":40,"tag":68,"props":1070,"children":1071},{"style":75},[1072],{"type":46,"value":4},{"type":40,"tag":68,"props":1074,"children":1075},{"style":80},[1076],{"type":46,"value":1077}," tracing-start\n",{"type":40,"tag":68,"props":1079,"children":1080},{"class":70,"line":294},[1081,1085],{"type":40,"tag":68,"props":1082,"children":1083},{"style":75},[1084],{"type":46,"value":4},{"type":40,"tag":68,"props":1086,"children":1087},{"style":80},[1088],{"type":46,"value":1089}," tracing-stop\n",{"type":40,"tag":68,"props":1091,"children":1092},{"class":70,"line":325},[1093,1097],{"type":40,"tag":68,"props":1094,"children":1095},{"style":75},[1096],{"type":46,"value":4},{"type":40,"tag":68,"props":1098,"children":1099},{"style":80},[1100],{"type":46,"value":1101}," video-start\n",{"type":40,"tag":68,"props":1103,"children":1104},{"class":70,"line":348},[1105,1109,1114],{"type":40,"tag":68,"props":1106,"children":1107},{"style":75},[1108],{"type":46,"value":4},{"type":40,"tag":68,"props":1110,"children":1111},{"style":80},[1112],{"type":46,"value":1113}," video-stop",{"type":40,"tag":68,"props":1115,"children":1116},{"style":80},[1117],{"type":46,"value":1118}," video.webm\n",{"type":40,"tag":193,"props":1120,"children":1122},{"id":1121},"configuration",[1123],{"type":46,"value":1124},"Configuration",{"type":40,"tag":56,"props":1126,"children":1128},{"className":58,"code":1127,"language":60,"meta":61,"style":61},"# configure the session\nplaywright-cli config my-config.json\n# Configure named session\nplaywright-cli --session=mysession config my-config.json\n# Start with configured session\nplaywright-cli open --config=my-config.json\n",[1129],{"type":40,"tag":64,"props":1130,"children":1131},{"__ignoreMap":61},[1132,1141,1158,1166,1186,1194],{"type":40,"tag":68,"props":1133,"children":1134},{"class":70,"line":71},[1135],{"type":40,"tag":68,"props":1136,"children":1138},{"style":1137},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[1139],{"type":46,"value":1140},"# configure the session\n",{"type":40,"tag":68,"props":1142,"children":1143},{"class":70,"line":91},[1144,1148,1153],{"type":40,"tag":68,"props":1145,"children":1146},{"style":75},[1147],{"type":46,"value":4},{"type":40,"tag":68,"props":1149,"children":1150},{"style":80},[1151],{"type":46,"value":1152}," config",{"type":40,"tag":68,"props":1154,"children":1155},{"style":80},[1156],{"type":46,"value":1157}," my-config.json\n",{"type":40,"tag":68,"props":1159,"children":1160},{"class":70,"line":109},[1161],{"type":40,"tag":68,"props":1162,"children":1163},{"style":1137},[1164],{"type":46,"value":1165},"# Configure named session\n",{"type":40,"tag":68,"props":1167,"children":1168},{"class":70,"line":138},[1169,1173,1178,1182],{"type":40,"tag":68,"props":1170,"children":1171},{"style":75},[1172],{"type":46,"value":4},{"type":40,"tag":68,"props":1174,"children":1175},{"style":80},[1176],{"type":46,"value":1177}," --session=mysession",{"type":40,"tag":68,"props":1179,"children":1180},{"style":80},[1181],{"type":46,"value":1152},{"type":40,"tag":68,"props":1183,"children":1184},{"style":80},[1185],{"type":46,"value":1157},{"type":40,"tag":68,"props":1187,"children":1188},{"class":70,"line":276},[1189],{"type":40,"tag":68,"props":1190,"children":1191},{"style":1137},[1192],{"type":46,"value":1193},"# Start with configured session\n",{"type":40,"tag":68,"props":1195,"children":1196},{"class":70,"line":294},[1197,1201,1205],{"type":40,"tag":68,"props":1198,"children":1199},{"style":75},[1200],{"type":46,"value":4},{"type":40,"tag":68,"props":1202,"children":1203},{"style":80},[1204],{"type":46,"value":83},{"type":40,"tag":68,"props":1206,"children":1207},{"style":80},[1208],{"type":46,"value":1209}," --config=my-config.json\n",{"type":40,"tag":193,"props":1211,"children":1213},{"id":1212},"sessions",[1214],{"type":46,"value":1215},"Sessions",{"type":40,"tag":56,"props":1217,"children":1219},{"className":58,"code":1218,"language":60,"meta":61,"style":61},"playwright-cli --session=mysession open example.com\nplaywright-cli --session=mysession click e6\nplaywright-cli session-list\nplaywright-cli session-stop mysession\nplaywright-cli session-stop-all\nplaywright-cli session-delete\nplaywright-cli session-delete mysession\n",[1220],{"type":40,"tag":64,"props":1221,"children":1222},{"__ignoreMap":61},[1223,1243,1263,1275,1292,1304,1316],{"type":40,"tag":68,"props":1224,"children":1225},{"class":70,"line":71},[1226,1230,1234,1238],{"type":40,"tag":68,"props":1227,"children":1228},{"style":75},[1229],{"type":46,"value":4},{"type":40,"tag":68,"props":1231,"children":1232},{"style":80},[1233],{"type":46,"value":1177},{"type":40,"tag":68,"props":1235,"children":1236},{"style":80},[1237],{"type":46,"value":83},{"type":40,"tag":68,"props":1239,"children":1240},{"style":80},[1241],{"type":46,"value":1242}," example.com\n",{"type":40,"tag":68,"props":1244,"children":1245},{"class":70,"line":91},[1246,1250,1254,1258],{"type":40,"tag":68,"props":1247,"children":1248},{"style":75},[1249],{"type":46,"value":4},{"type":40,"tag":68,"props":1251,"children":1252},{"style":80},[1253],{"type":46,"value":1177},{"type":40,"tag":68,"props":1255,"children":1256},{"style":80},[1257],{"type":46,"value":101},{"type":40,"tag":68,"props":1259,"children":1260},{"style":80},[1261],{"type":46,"value":1262}," e6\n",{"type":40,"tag":68,"props":1264,"children":1265},{"class":70,"line":109},[1266,1270],{"type":40,"tag":68,"props":1267,"children":1268},{"style":75},[1269],{"type":46,"value":4},{"type":40,"tag":68,"props":1271,"children":1272},{"style":80},[1273],{"type":46,"value":1274}," session-list\n",{"type":40,"tag":68,"props":1276,"children":1277},{"class":70,"line":138},[1278,1282,1287],{"type":40,"tag":68,"props":1279,"children":1280},{"style":75},[1281],{"type":46,"value":4},{"type":40,"tag":68,"props":1283,"children":1284},{"style":80},[1285],{"type":46,"value":1286}," session-stop",{"type":40,"tag":68,"props":1288,"children":1289},{"style":80},[1290],{"type":46,"value":1291}," mysession\n",{"type":40,"tag":68,"props":1293,"children":1294},{"class":70,"line":276},[1295,1299],{"type":40,"tag":68,"props":1296,"children":1297},{"style":75},[1298],{"type":46,"value":4},{"type":40,"tag":68,"props":1300,"children":1301},{"style":80},[1302],{"type":46,"value":1303}," session-stop-all\n",{"type":40,"tag":68,"props":1305,"children":1306},{"class":70,"line":294},[1307,1311],{"type":40,"tag":68,"props":1308,"children":1309},{"style":75},[1310],{"type":46,"value":4},{"type":40,"tag":68,"props":1312,"children":1313},{"style":80},[1314],{"type":46,"value":1315}," session-delete\n",{"type":40,"tag":68,"props":1317,"children":1318},{"class":70,"line":325},[1319,1323,1328],{"type":40,"tag":68,"props":1320,"children":1321},{"style":75},[1322],{"type":46,"value":4},{"type":40,"tag":68,"props":1324,"children":1325},{"style":80},[1326],{"type":46,"value":1327}," session-delete",{"type":40,"tag":68,"props":1329,"children":1330},{"style":80},[1331],{"type":46,"value":1291},{"type":40,"tag":49,"props":1333,"children":1335},{"id":1334},"example-form-submission",[1336],{"type":46,"value":1337},"Example: Form submission",{"type":40,"tag":56,"props":1339,"children":1341},{"className":58,"code":1340,"language":60,"meta":61,"style":61},"playwright-cli open https:\u002F\u002Fexample.com\u002Fform\nplaywright-cli snapshot\n\nplaywright-cli fill e1 \"user@example.com\"\nplaywright-cli fill e2 \"password123\"\nplaywright-cli click e3\nplaywright-cli snapshot\n",[1342],{"type":40,"tag":64,"props":1343,"children":1344},{"__ignoreMap":61},[1345,1361,1372,1381,1409,1437,1452],{"type":40,"tag":68,"props":1346,"children":1347},{"class":70,"line":71},[1348,1352,1356],{"type":40,"tag":68,"props":1349,"children":1350},{"style":75},[1351],{"type":46,"value":4},{"type":40,"tag":68,"props":1353,"children":1354},{"style":80},[1355],{"type":46,"value":83},{"type":40,"tag":68,"props":1357,"children":1358},{"style":80},[1359],{"type":46,"value":1360}," https:\u002F\u002Fexample.com\u002Fform\n",{"type":40,"tag":68,"props":1362,"children":1363},{"class":70,"line":91},[1364,1368],{"type":40,"tag":68,"props":1365,"children":1366},{"style":75},[1367],{"type":46,"value":4},{"type":40,"tag":68,"props":1369,"children":1370},{"style":80},[1371],{"type":46,"value":460},{"type":40,"tag":68,"props":1373,"children":1374},{"class":70,"line":109},[1375],{"type":40,"tag":68,"props":1376,"children":1378},{"emptyLinePlaceholder":1377},true,[1379],{"type":46,"value":1380},"\n",{"type":40,"tag":68,"props":1382,"children":1383},{"class":70,"line":138},[1384,1388,1392,1397,1401,1405],{"type":40,"tag":68,"props":1385,"children":1386},{"style":75},[1387],{"type":46,"value":4},{"type":40,"tag":68,"props":1389,"children":1390},{"style":80},[1391],{"type":46,"value":304},{"type":40,"tag":68,"props":1393,"children":1394},{"style":80},[1395],{"type":46,"value":1396}," e1",{"type":40,"tag":68,"props":1398,"children":1399},{"style":122},[1400],{"type":46,"value":125},{"type":40,"tag":68,"props":1402,"children":1403},{"style":80},[1404],{"type":46,"value":318},{"type":40,"tag":68,"props":1406,"children":1407},{"style":122},[1408],{"type":46,"value":135},{"type":40,"tag":68,"props":1410,"children":1411},{"class":70,"line":276},[1412,1416,1420,1424,1428,1433],{"type":40,"tag":68,"props":1413,"children":1414},{"style":75},[1415],{"type":46,"value":4},{"type":40,"tag":68,"props":1417,"children":1418},{"style":80},[1419],{"type":46,"value":304},{"type":40,"tag":68,"props":1421,"children":1422},{"style":80},[1423],{"type":46,"value":340},{"type":40,"tag":68,"props":1425,"children":1426},{"style":122},[1427],{"type":46,"value":125},{"type":40,"tag":68,"props":1429,"children":1430},{"style":80},[1431],{"type":46,"value":1432},"password123",{"type":40,"tag":68,"props":1434,"children":1435},{"style":122},[1436],{"type":46,"value":135},{"type":40,"tag":68,"props":1438,"children":1439},{"class":70,"line":294},[1440,1444,1448],{"type":40,"tag":68,"props":1441,"children":1442},{"style":75},[1443],{"type":46,"value":4},{"type":40,"tag":68,"props":1445,"children":1446},{"style":80},[1447],{"type":46,"value":101},{"type":40,"tag":68,"props":1449,"children":1450},{"style":80},[1451],{"type":46,"value":273},{"type":40,"tag":68,"props":1453,"children":1454},{"class":70,"line":325},[1455,1459],{"type":40,"tag":68,"props":1456,"children":1457},{"style":75},[1458],{"type":46,"value":4},{"type":40,"tag":68,"props":1460,"children":1461},{"style":80},[1462],{"type":46,"value":460},{"type":40,"tag":49,"props":1464,"children":1466},{"id":1465},"example-multi-tab-workflow",[1467],{"type":46,"value":1468},"Example: Multi-tab workflow",{"type":40,"tag":56,"props":1470,"children":1472},{"className":58,"code":1471,"language":60,"meta":61,"style":61},"playwright-cli open https:\u002F\u002Fexample.com\nplaywright-cli tab-new https:\u002F\u002Fexample.com\u002Fother\nplaywright-cli tab-list\nplaywright-cli tab-select 0\nplaywright-cli snapshot\n",[1473],{"type":40,"tag":64,"props":1474,"children":1475},{"__ignoreMap":61},[1476,1492,1508,1519,1534],{"type":40,"tag":68,"props":1477,"children":1478},{"class":70,"line":71},[1479,1483,1487],{"type":40,"tag":68,"props":1480,"children":1481},{"style":75},[1482],{"type":46,"value":4},{"type":40,"tag":68,"props":1484,"children":1485},{"style":80},[1486],{"type":46,"value":83},{"type":40,"tag":68,"props":1488,"children":1489},{"style":80},[1490],{"type":46,"value":1491}," https:\u002F\u002Fexample.com\n",{"type":40,"tag":68,"props":1493,"children":1494},{"class":70,"line":91},[1495,1499,1503],{"type":40,"tag":68,"props":1496,"children":1497},{"style":75},[1498],{"type":46,"value":4},{"type":40,"tag":68,"props":1500,"children":1501},{"style":80},[1502],{"type":46,"value":935},{"type":40,"tag":68,"props":1504,"children":1505},{"style":80},[1506],{"type":46,"value":1507}," https:\u002F\u002Fexample.com\u002Fother\n",{"type":40,"tag":68,"props":1509,"children":1510},{"class":70,"line":109},[1511,1515],{"type":40,"tag":68,"props":1512,"children":1513},{"style":75},[1514],{"type":46,"value":4},{"type":40,"tag":68,"props":1516,"children":1517},{"style":80},[1518],{"type":46,"value":911},{"type":40,"tag":68,"props":1520,"children":1521},{"class":70,"line":138},[1522,1526,1530],{"type":40,"tag":68,"props":1523,"children":1524},{"style":75},[1525],{"type":46,"value":4},{"type":40,"tag":68,"props":1527,"children":1528},{"style":80},[1529],{"type":46,"value":981},{"type":40,"tag":68,"props":1531,"children":1532},{"style":585},[1533],{"type":46,"value":986},{"type":40,"tag":68,"props":1535,"children":1536},{"class":70,"line":276},[1537,1541],{"type":40,"tag":68,"props":1538,"children":1539},{"style":75},[1540],{"type":46,"value":4},{"type":40,"tag":68,"props":1542,"children":1543},{"style":80},[1544],{"type":46,"value":460},{"type":40,"tag":49,"props":1546,"children":1548},{"id":1547},"example-debugging-with-devtools",[1549],{"type":46,"value":1550},"Example: Debugging with DevTools",{"type":40,"tag":56,"props":1552,"children":1554},{"className":58,"code":1553,"language":60,"meta":61,"style":61},"playwright-cli open https:\u002F\u002Fexample.com\nplaywright-cli click e4\nplaywright-cli fill e7 \"test\"\nplaywright-cli console\nplaywright-cli network\n",[1555],{"type":40,"tag":64,"props":1556,"children":1557},{"__ignoreMap":61},[1558,1573,1588,1617,1628],{"type":40,"tag":68,"props":1559,"children":1560},{"class":70,"line":71},[1561,1565,1569],{"type":40,"tag":68,"props":1562,"children":1563},{"style":75},[1564],{"type":46,"value":4},{"type":40,"tag":68,"props":1566,"children":1567},{"style":80},[1568],{"type":46,"value":83},{"type":40,"tag":68,"props":1570,"children":1571},{"style":80},[1572],{"type":46,"value":1491},{"type":40,"tag":68,"props":1574,"children":1575},{"class":70,"line":91},[1576,1580,1584],{"type":40,"tag":68,"props":1577,"children":1578},{"style":75},[1579],{"type":46,"value":4},{"type":40,"tag":68,"props":1581,"children":1582},{"style":80},[1583],{"type":46,"value":101},{"type":40,"tag":68,"props":1585,"children":1586},{"style":80},[1587],{"type":46,"value":363},{"type":40,"tag":68,"props":1589,"children":1590},{"class":70,"line":109},[1591,1595,1599,1604,1608,1613],{"type":40,"tag":68,"props":1592,"children":1593},{"style":75},[1594],{"type":46,"value":4},{"type":40,"tag":68,"props":1596,"children":1597},{"style":80},[1598],{"type":46,"value":304},{"type":40,"tag":68,"props":1600,"children":1601},{"style":80},[1602],{"type":46,"value":1603}," e7",{"type":40,"tag":68,"props":1605,"children":1606},{"style":122},[1607],{"type":46,"value":125},{"type":40,"tag":68,"props":1609,"children":1610},{"style":80},[1611],{"type":46,"value":1612},"test",{"type":40,"tag":68,"props":1614,"children":1615},{"style":122},[1616],{"type":46,"value":135},{"type":40,"tag":68,"props":1618,"children":1619},{"class":70,"line":138},[1620,1624],{"type":40,"tag":68,"props":1621,"children":1622},{"style":75},[1623],{"type":46,"value":4},{"type":40,"tag":68,"props":1625,"children":1626},{"style":80},[1627],{"type":46,"value":1011},{"type":40,"tag":68,"props":1629,"children":1630},{"class":70,"line":276},[1631,1635],{"type":40,"tag":68,"props":1632,"children":1633},{"style":75},[1634],{"type":46,"value":4},{"type":40,"tag":68,"props":1636,"children":1637},{"style":80},[1638],{"type":46,"value":1040},{"type":40,"tag":56,"props":1640,"children":1642},{"className":58,"code":1641,"language":60,"meta":61,"style":61},"playwright-cli open https:\u002F\u002Fexample.com\nplaywright-cli tracing-start\nplaywright-cli click e4\nplaywright-cli fill e7 \"test\"\nplaywright-cli tracing-stop\n",[1643],{"type":40,"tag":64,"props":1644,"children":1645},{"__ignoreMap":61},[1646,1661,1672,1687,1714],{"type":40,"tag":68,"props":1647,"children":1648},{"class":70,"line":71},[1649,1653,1657],{"type":40,"tag":68,"props":1650,"children":1651},{"style":75},[1652],{"type":46,"value":4},{"type":40,"tag":68,"props":1654,"children":1655},{"style":80},[1656],{"type":46,"value":83},{"type":40,"tag":68,"props":1658,"children":1659},{"style":80},[1660],{"type":46,"value":1491},{"type":40,"tag":68,"props":1662,"children":1663},{"class":70,"line":91},[1664,1668],{"type":40,"tag":68,"props":1665,"children":1666},{"style":75},[1667],{"type":46,"value":4},{"type":40,"tag":68,"props":1669,"children":1670},{"style":80},[1671],{"type":46,"value":1077},{"type":40,"tag":68,"props":1673,"children":1674},{"class":70,"line":109},[1675,1679,1683],{"type":40,"tag":68,"props":1676,"children":1677},{"style":75},[1678],{"type":46,"value":4},{"type":40,"tag":68,"props":1680,"children":1681},{"style":80},[1682],{"type":46,"value":101},{"type":40,"tag":68,"props":1684,"children":1685},{"style":80},[1686],{"type":46,"value":363},{"type":40,"tag":68,"props":1688,"children":1689},{"class":70,"line":138},[1690,1694,1698,1702,1706,1710],{"type":40,"tag":68,"props":1691,"children":1692},{"style":75},[1693],{"type":46,"value":4},{"type":40,"tag":68,"props":1695,"children":1696},{"style":80},[1697],{"type":46,"value":304},{"type":40,"tag":68,"props":1699,"children":1700},{"style":80},[1701],{"type":46,"value":1603},{"type":40,"tag":68,"props":1703,"children":1704},{"style":122},[1705],{"type":46,"value":125},{"type":40,"tag":68,"props":1707,"children":1708},{"style":80},[1709],{"type":46,"value":1612},{"type":40,"tag":68,"props":1711,"children":1712},{"style":122},[1713],{"type":46,"value":135},{"type":40,"tag":68,"props":1715,"children":1716},{"class":70,"line":276},[1717,1721],{"type":40,"tag":68,"props":1718,"children":1719},{"style":75},[1720],{"type":46,"value":4},{"type":40,"tag":68,"props":1722,"children":1723},{"style":80},[1724],{"type":46,"value":1089},{"type":40,"tag":1726,"props":1727,"children":1728},"style",{},[1729],{"type":46,"value":1730},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1732,"total":71},[1733],{"slug":4,"name":4,"fn":5,"description":6,"org":1734,"tags":1735,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1736,1737,1738],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"items":1740,"total":1933},[1741,1763,1784,1805,1820,1837,1848,1861,1876,1889,1908,1921],{"slug":1742,"name":1742,"fn":1743,"description":1744,"org":1745,"tags":1746,"stars":1760,"repoUrl":1761,"updatedAt":1762},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1747,1750,1753,1754,1757],{"name":1748,"slug":1749,"type":15},"Engineering","engineering",{"name":1751,"slug":1752,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":1755,"slug":1756,"type":15},"Project Management","project-management",{"name":1758,"slug":1759,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":1764,"name":1764,"fn":1765,"description":1766,"org":1767,"tags":1768,"stars":1781,"repoUrl":1782,"updatedAt":1783},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1769,1772,1775,1778],{"name":1770,"slug":1771,"type":15},".NET","net",{"name":1773,"slug":1774,"type":15},"Agents","agents",{"name":1776,"slug":1777,"type":15},"Azure","azure",{"name":1779,"slug":1780,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":1785,"name":1785,"fn":1786,"description":1787,"org":1788,"tags":1789,"stars":1781,"repoUrl":1782,"updatedAt":1804},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1790,1793,1794,1797,1800,1801],{"name":1791,"slug":1792,"type":15},"Analytics","analytics",{"name":1776,"slug":1777,"type":15},{"name":1795,"slug":1796,"type":15},"Data Analysis","data-analysis",{"name":1798,"slug":1799,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":1802,"slug":1803,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":1806,"name":1806,"fn":1807,"description":1808,"org":1809,"tags":1810,"stars":1781,"repoUrl":1782,"updatedAt":1819},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1811,1814,1815,1816],{"name":1812,"slug":1813,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1776,"slug":1777,"type":15},{"name":1798,"slug":1799,"type":15},{"name":1817,"slug":1818,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":1821,"name":1821,"fn":1822,"description":1823,"org":1824,"tags":1825,"stars":1781,"repoUrl":1782,"updatedAt":1836},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1826,1827,1830,1831,1832,1835],{"name":1776,"slug":1777,"type":15},{"name":1828,"slug":1829,"type":15},"Compliance","compliance",{"name":1779,"slug":1780,"type":15},{"name":9,"slug":8,"type":15},{"name":1833,"slug":1834,"type":15},"Python","python",{"name":1817,"slug":1818,"type":15},"2026-07-18T05:14:23.017504",{"slug":1838,"name":1838,"fn":1839,"description":1840,"org":1841,"tags":1842,"stars":1781,"repoUrl":1782,"updatedAt":1847},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1843,1844,1845,1846],{"name":1791,"slug":1792,"type":15},{"name":1776,"slug":1777,"type":15},{"name":1779,"slug":1780,"type":15},{"name":1833,"slug":1834,"type":15},"2026-07-31T05:54:29.068751",{"slug":1849,"name":1849,"fn":1850,"description":1851,"org":1852,"tags":1853,"stars":1781,"repoUrl":1782,"updatedAt":1860},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1854,1857,1858,1859],{"name":1855,"slug":1856,"type":15},"API Development","api-development",{"name":1776,"slug":1777,"type":15},{"name":9,"slug":8,"type":15},{"name":1833,"slug":1834,"type":15},"2026-07-18T05:14:16.988376",{"slug":1862,"name":1862,"fn":1863,"description":1864,"org":1865,"tags":1866,"stars":1781,"repoUrl":1782,"updatedAt":1875},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1867,1868,1871,1874],{"name":1776,"slug":1777,"type":15},{"name":1869,"slug":1870,"type":15},"Computer Vision","computer-vision",{"name":1872,"slug":1873,"type":15},"Images","images",{"name":1833,"slug":1834,"type":15},"2026-07-18T05:14:18.007737",{"slug":1877,"name":1877,"fn":1878,"description":1879,"org":1880,"tags":1881,"stars":1781,"repoUrl":1782,"updatedAt":1888},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1882,1883,1884,1887],{"name":1776,"slug":1777,"type":15},{"name":1124,"slug":1121,"type":15},{"name":1885,"slug":1886,"type":15},"Feature Flags","feature-flags",{"name":1798,"slug":1799,"type":15},"2026-07-03T16:32:01.278468",{"slug":1890,"name":1890,"fn":1891,"description":1892,"org":1893,"tags":1894,"stars":1781,"repoUrl":1782,"updatedAt":1907},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1895,1898,1901,1904],{"name":1896,"slug":1897,"type":15},"Cosmos DB","cosmos-db",{"name":1899,"slug":1900,"type":15},"Database","database",{"name":1902,"slug":1903,"type":15},"NoSQL","nosql",{"name":1905,"slug":1906,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":1909,"name":1909,"fn":1891,"description":1910,"org":1911,"tags":1912,"stars":1781,"repoUrl":1782,"updatedAt":1920},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1913,1914,1915,1916,1917],{"name":1896,"slug":1897,"type":15},{"name":1899,"slug":1900,"type":15},{"name":9,"slug":8,"type":15},{"name":1902,"slug":1903,"type":15},{"name":1918,"slug":1919,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":1922,"name":1922,"fn":1923,"description":1924,"org":1925,"tags":1926,"stars":1781,"repoUrl":1782,"updatedAt":1932},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1927,1928,1929,1930,1931],{"name":1776,"slug":1777,"type":15},{"name":1896,"slug":1897,"type":15},{"name":1899,"slug":1900,"type":15},{"name":1798,"slug":1799,"type":15},{"name":1902,"slug":1903,"type":15},"2026-05-13T06:14:17.582229",267]