w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
336 stars 35 forks source link

network.fetchError: define how errorText should be retrieved / computed #631

Open juliandescottes opened 6 months ago

juliandescottes commented 6 months ago

At the moment the spec does not say how the errorText of the network.fetchError event is retrieved:

TODO: Set the errorText field of params.

Do we want to align with how CDP behaves here?