mirror of
https://github.com/usestrix/strix.git
synced 2026-09-20 00:11:12 +00:00
remove file name parameter from schema definition
This commit is contained in:
parent
c023468b23
commit
74061b7781
1 changed files with 1 additions and 5 deletions
|
|
@ -42,7 +42,7 @@
|
|||
- find_elements: Query DOM by CSS selector. Requires 'selector', optional 'attributes', 'max_results', 'include_text'.
|
||||
|
||||
**Visual Analysis:** [Requires to be running in non-sandbox environment]
|
||||
- screenshot: Capture screenshot. Optional 'file_name'.
|
||||
- screenshot: Capture screenshot.
|
||||
|
||||
**Form Controls:**
|
||||
- dropdown_options: Get dropdown options. Requires 'index'.
|
||||
|
|
@ -131,9 +131,6 @@
|
|||
<parameter name="include_text" type="boolean" required="false">
|
||||
<description>Include element text content for 'find_elements' action. Default: true.</description>
|
||||
</parameter>
|
||||
<parameter name="file_name" type="string" required="false">
|
||||
<description>File name for 'screenshot' action.</description>
|
||||
</parameter>
|
||||
<parameter name="code" type="string" required="false">
|
||||
<description>JavaScript code to execute. Required for 'evaluate' action.</description>
|
||||
</parameter>
|
||||
|
|
@ -272,7 +269,6 @@
|
|||
# Take a screenshot
|
||||
<function=browser_action>
|
||||
<parameter=action>screenshot</parameter>
|
||||
<parameter=file_name>page_screenshot.png</parameter>
|
||||
</function>
|
||||
|
||||
# Get dropdown options
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue