Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(webdriver): request redirect chain #12168

Merged
merged 3 commits into from
Apr 2, 2024
Merged

Conversation

Lightning00Blade
Copy link
Collaborator

@Lightning00Blade Lightning00Blade commented Mar 27, 2024

HTTPRequest should be backwards facing, while (BiDi)Request is only forward facing.
Time ====>
(BiDi)Request -(ref)-> (BiDi)Request -(ref)-> (BiDi)Request
HTTPRequest <-(ref)- HTTPRequest <-(ref)- HTTPRequest

This still means that if you were to get the first HTTPRequest you can't get the last request from the chain

@Lightning00Blade Lightning00Blade merged commit d345055 into main Apr 2, 2024
38 checks passed
@Lightning00Blade Lightning00Blade deleted the fix-redirect-order branch April 2, 2024 19:54
@release-please release-please bot mentioned this pull request Apr 2, 2024
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.

None yet

2 participants