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

[Gecko Bug 1719505] [wdspec] Improvements for WebDriver BiDi Python client. #33869

Merged
merged 1 commit into from Apr 30, 2022

Conversation

moz-wptsync-bot
Copy link
Collaborator

The "session.new" command currently doesn't work because the
transport is started after sending the command. This needed
to be flipped.

Also it is helpful to have the event loop of the current
transport available as property on the BiDi session directly.

Differential Revision: https://phabricator.services.mozilla.com/D144979

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1719505
gecko-commit: 3e3df2a6b1e38e417ec1c4f234fda2b9f474366b
gecko-reviewers: webdriver-reviewers, jgraham

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Firefox project.

The "session.new" command currently doesn't work because the
transport is started after sending the command. This needed
to be flipped.

Also it is helpful to have the event loop of the current
transport available as property on the BiDi session directly.

Differential Revision: https://phabricator.services.mozilla.com/D144979

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1719505
gecko-commit: 7ac82aff1852eaf89acc99714a7359596b093d2a
gecko-reviewers: webdriver-reviewers, jgraham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants