Puja Jagani

Results 123 comments of Puja Jagani

@bhecquet Can you try the above suggestion and see if that helps?

No rush, I understand. Please update here whenever you get a chance.

BiDiDelegator knows where to delegate the commands and that's it. BiDiExecutor will have reference to methods/class that handles converting the Classic command to BiDiCommand and also maintain browsing context to...

Details or gaps found due to failing tests: 1. AlertsTest - fails because the page has alert when the page loads. BiDi doesn't finish loading the page completely due to...

Thank you @joerg1985 for sharing this. The plan is to move to BiDi under the hood Selenium 5 onwards (whenever it happens). I don't know if there is a way...

The approach is the above changes tries to reconstruct the websocket URL while creating websocket connection in the Node side, since it is possible to do so because it uses...

Closed via https://github.com/SeleniumHQ/selenium/pull/13528

In our example repo, I tried running the [example](https://github.com/SeleniumHQ/seleniumhq.github.io/blob/trunk/examples/java/src/test/java/dev/selenium/bidirectional/chrome_devtools/BidiApiTest.java#L35) for the same and could not reproduce the error. If you are running in an IDE, please invalidate caches and try.

Thank you for the details. Have you checked the logs to ensure that the events are returned in order from CDP itself? Can you please share the debug logs here....

Makes sense. Thank you @joerg1985! So what should be done regarding this issue?