Skip to content

[pull] trunk from SeleniumHQ:trunk#788

Merged
pull[bot] merged 1 commit into
adamlaska:trunkfrom
SeleniumHQ:trunk
Jun 11, 2026
Merged

[pull] trunk from SeleniumHQ:trunk#788
pull[bot] merged 1 commit into
adamlaska:trunkfrom
SeleniumHQ:trunk

Conversation

@pull

@pull pull Bot commented Jun 11, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

… format (#17669)

* [py] translate continue_request/continue_response kwargs to BiDi wire format

The high-level Request.continue_request and Response.continue_response
accepted **kwargs and merged them straight onto the wire params. This
bypassed the snake_case to camelCase translation (status -> statusCode,
reason_phrase -> reasonPhrase) and the value encoders used everywhere
else in this layer, so pythonic calls like continue_response(status=503)
or continue_request(headers={...}) silently sent wrong or untranslated
values.

Replace the kwargs with explicit keyword-only params matching the
set_* mutators and route them through _continue_params so they are
translated uniformly while still overriding recorded mutations.

* [py] add tests for continue_* override merge and falsy values
@pull pull Bot locked and limited conversation to collaborators Jun 11, 2026
@pull pull Bot added the ⤵️ pull label Jun 11, 2026
@pull pull Bot merged commit 887237c into adamlaska:trunk Jun 11, 2026
0 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant