feat: rename include_attributes to includeAttributes

This commit is contained in:
Simon
2026-02-02 17:24:08 +08:00
parent f86bb03745
commit 74aea50875
3 changed files with 5 additions and 5 deletions

View File

@@ -307,7 +307,7 @@ const result = await agent.execute('Fill in the form with test data')`}
: 'Elements to force include for interaction',
},
{
name: 'include_attributes',
name: 'includeAttributes',
type: 'string[]',
description: isZh
? '在 DOM 提取中包含的额外属性'