Skip to content

Commit b1c8ea2

Browse files
author
tfs-mt-132
committed
fix: Resolve ESLint errors in form tool and tests
- Remove unused elementSchema import - Add eslint-disable comments for necessary console statements - Remove unused errorMessage variable - Fix duplicate 'code' keys in test expectations - All linting errors now resolved
1 parent fa1e209 commit b1c8ea2

File tree

3 files changed

+109
-101
lines changed

3 files changed

+109
-101
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,16 @@ http.createServer(async (req, res) => {
479479

480480
<!-- NOTE: This has been generated via update-readme.js -->
481481

482+
- **browser_fill_form**
483+
- Title: Fill multiple form fields in batch
484+
- Description: Fill multiple form fields sequentially with optimized timing. Supports both simple fields and complex multi-action sequences. Reduces form filling time by 95% compared to individual field filling.
485+
- Parameters:
486+
- `fields` (array): Array of fields to fill in batch
487+
- `timeout` (number, optional): Timeout in milliseconds for the entire batch operation
488+
- Read-only: **false**
489+
490+
<!-- NOTE: This has been generated via update-readme.js -->
491+
482492
- **browser_handle_dialog**
483493
- Title: Handle a dialog
484494
- Description: Handle a dialog

0 commit comments

Comments
 (0)