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

Missing GetLog command implementation in W3CWireProtocolCommandInfoRepository #1428

Closed
Bazeloth opened this issue Jun 13, 2019 · 3 comments
Closed

Comments

@Bazeloth
Copy link

Bazeloth commented Jun 13, 2019

The following command seems to be missing:
image
(screenshot is taken from the source of WebDriverWireProtocolCommandInfoRepository.cs version 3.141.0.0)

In the W3CWireProtocolCommandInfoRepository.cs class the GetLog method is not implemented.

Does anyone know whether this got scrapped from the new spec at https://w3c.github.io/webdriver/ ? I cant seem to find it in the Table Of Contents.

We'd like to replace WebDriverWireProtocolCommandInfoRepository with W3CWireProtocolCommandInfoRepository since its the future spec, but the GetLog command is missing.

@whimboo
Copy link
Contributor

whimboo commented Jun 13, 2019

Dupe of issue #406?

@Bazeloth
Copy link
Author

Bazeloth commented Jun 13, 2019

Thanks for the quick reply @whimboo. Appearently it's not documented in the w3c spec and therefor it hasnt been implemented.

Is there a way to tell them to write the spec for it? To me it's really a missing feature at the moment. We'd like to check for console errors in some situations.

@whimboo
Copy link
Contributor

whimboo commented Jun 14, 2019

Logging is way more complex and got discussed during last years TPAC. See the meeting minutes for details.

If no-one objects I will mark it as dupe of issue #406.

@whimboo whimboo closed this as completed Jun 14, 2019
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

No branches or pull requests

2 participants