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
The following command seems to be missing: (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.
The text was updated successfully, but these errors were encountered:
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.
The following command seems to be missing:
(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
withW3CWireProtocolCommandInfoRepository
since its the future spec, but the GetLog command is missing.The text was updated successfully, but these errors were encountered: