You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
I was investigating an issue with not being able to get browser logs from a firefox session and discovered that the /session/<uid>/log API implemented by ChromeDriver (and others?) is not part of the official WebDriver API spec (yet?).
I found mozilla/geckodriver#330 while browsing around, which seems to indicate that the issue is being dealt with in w3c/webdriver#406, but it appears there's still no clear decision on what to do for the official spec.
So, since it's not supported by the official API, should it stay? It doesn't work with my firefox session and may well only be supported by ChromeDriver (and maybe PhantomJS?).
The text was updated successfully, but these errors were encountered:
Hi,
I was investigating an issue with not being able to get browser logs from a firefox session and discovered that the
/session/<uid>/log
API implemented by ChromeDriver (and others?) is not part of the official WebDriver API spec (yet?).I found mozilla/geckodriver#330 while browsing around, which seems to indicate that the issue is being dealt with in w3c/webdriver#406, but it appears there's still no clear decision on what to do for the official spec.
So, since it's not supported by the official API, should it stay? It doesn't work with my firefox session and may well only be supported by ChromeDriver (and maybe PhantomJS?).
The text was updated successfully, but these errors were encountered: