Puja Jagani

Results 123 comments of Puja Jagani

> One more thing to notice is that the [`sessionCreatorExecutor`](https://github.com/SeleniumHQ/selenium/blob/a9a526eae41b743719a0232f43e19e873b837647/java/src/org/openqa/selenium/grid/distributor/local/LocalDistributor.java#L170-L177) uses `newFixedThreadPool` with the amount of available processors. So if the Hub/Distributor is only given 1-2 CPUs, it will affect...

I agree. That was the plan. To have a separate PR for the flag. The PR for the fix is in progress. Hopefully should be able to get it out...

We do have end-to-end observability. But as per the discussion with @alaahong in our Slack channel, there was a missing piece or an error when trying to use opentelemetry-javaagent.jar to...

Thank you for sharing the details. Yes, they are not associated with `AugmenterProvider`. I will start looking into how that can be done and mainly try to understand why it...

I had a detailed look. `HasAuthentication` and `HasLogEvents` seem to be designed in way that provide a user friendly API but under the hood it uses devtools currently. The way...

BiDi spec work from the Selenium side and BiDi browser side efforts are in progress. From the Selenium side, the goal is to make the BiDi APIs easy to use...

Please use the code snippet shared earlier https://github.com/SeleniumHQ/selenium/issues/10828#issuecomment-1173524496

@diemol Do you think your changes https://github.com/SeleniumHQ/selenium/commit/9656da70e574a77213cba49ff00e11a2d0f1f393 might help for this issue?

Thank you for sharing the details and providing a very quick response/feedback for this issue. Based on the code snippet shared, I was able to reproduce the issue using the...

I was able to reproduce the issue and triage it. There is a bug in how Selenium C# is sending "debuggerAddress" to the browser. It should be part of the...