Skip to content

Conversation

@lp07
Copy link

@lp07 lp07 commented Dec 27, 2025

Problem:
Passing ignore_default_args=False was sent over the wire as a boolean, but the server expects an array for ignoreDefaultArgs, resulting in:

"expected array, got boolean".

Fix:

  • ignore_default_args=True → send ignoreAllDefaultArgs=True
  • ignore_default_args=False → do not send ignoreDefaultArgs at all
  • ignore_default_args=list → unchanged

Tests:
Added unit tests covering bool True/False and list cases across
chromium, firefox, and webkit.

Related issue: #3005

@lp07
Copy link
Author

lp07 commented Dec 27, 2025

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant