joerg1985

Results 187 comments of joerg1985

Does this only happen when calling a URL or are other commands affected?

@sarulatha20 As soon as the server detect the client has gone away, the session request is disposed, as the session will never be used by the client (#14756). Otherwise the...

@sarulatha20 i have tried to reproduce the issue with version `4.32.0` without success. The code below will start a hub / node and will try to create sessions blocking each...

@sarulatha20 have a look at the exception on the client site, it is caused by a timeout. So the client does timeout first, after that the server detects the client...

@sarulatha20 i did run the code you have provided with `4.32.0` and `4.26.0`, both show the same error in the client logs. This is the way i have looked into...

@sarulatha20 here you go: [client.txt](https://github.com/user-attachments/files/21264751/client.txt) [hub.txt](https://github.com/user-attachments/files/21264754/hub.txt) [node.txt](https://github.com/user-attachments/files/21264755/node.txt)

@diemol why not changing the `--selenium-manager=true` CLI switch to e.g. `--selenium-manager analytics_agreed` and `--selenium-manager no_analytics`? The same logic could be used for the RemoteWebdriverBuilder, this will ensure a user does...

Is this the right time to ask for improvements to the current atoms? e.g. a element with width 0px is considered as displayed as soon as there is a text...

I can remember to see this some time ago and could track it to a driver crash, so i did not investigated further. But i think we could try to...