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

Get console log messages #224

Closed
AustinHellerRepo opened this issue Jul 31, 2023 · 1 comment
Closed

Get console log messages #224

AustinHellerRepo opened this issue Jul 31, 2023 · 1 comment

Comments

@AustinHellerRepo
Copy link

There doesn't seem to be a way to register for the entryAdded event as defined by the DevTools Protocol (https://github.com/ChromeDevTools/devtools-protocol/blob/master/json/browser_protocol.json). This would be fine if I could instead call something like get_logs on the Client, but that doesn't seem to exist either.
I'd be happy to contribute to this project in order to create this functionality if someone could point me in the correct direction.

@jonhoo
Copy link
Owner

jonhoo commented Aug 25, 2023

Hi! This library (currently) only implements the WebDriver spec, and not the Chrome DevTools protocol. For that, I think you need to use @stevepryde's thirtyfour crate which has some support for it :) I'd like to keep this library focused on just one protocol, and then have DevTools be in a different crate that can be tested and such on its own, and then have some higher layer crate (like thirtyfour) do the combining.

@jonhoo jonhoo closed this as completed Aug 25, 2023
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