-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
C-javaJava BindingsJava BindingsI-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
This is basically the same problem for BiDi as for CDP, see issue #13845
I stumbled into this while implementing network interception, using the org.openqa.selenium.bidi.module.Network class.
The events raised by the bidi connection are processed concurrently and not raised in order. This will make it hard to use things like org.openqa.selenium.bidi.module.Network as there is no guarantee network.responseStarted is the first event raised for this request.
So i think it might be worth looking into this and find a solution, before BiDi does leave the beta stage.
How can we reproduce the issue?
This is not very likley to be seen in the wild, as network responses take some time, but especially the `network.fetchError` might be raised a very short time after `network.responseStarted` e.g. in case of CORS errors.Relevant log output
N/AOperating System
Win 10 x64
Selenium version
4.23.0
What are the browser(s) and version(s) where you see this issue?
N/A
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
N/A
Metadata
Metadata
Assignees
Labels
C-javaJava BindingsJava BindingsI-defectSomething is not working as intendedSomething is not working as intended