sarulatha20
sarulatha20
> Can you try to set the readTimeout longer in client code to create the RemoteWebDriver? https://www.selenium.dev/documentation/webdriver/drivers/http_client/ Can you please clarify the purpose of setting readTimeout on the client side...
> β οΈ You reported using Selenium version `4.30.0`, but the latest release is `4.33`. > > Please verify that this issue still occurs with the latest version. If it no...
> 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](https://github.com/SeleniumHQ/selenium/pull/14756)). Otherwise the...
`import java.net.URL; import java.time.Duration; import java.time.Instant; import java.util.concurrent.*; import java.util.logging.Level; import java.util.logging.Logger; import org.openqa.selenium.Capabilities; import org.openqa.selenium.chrome.ChromeOptions; import org.openqa.selenium.remote.RemoteWebDriver; public class LongRunningSessionTest { private static final Logger LOGGER = Logger.getLogger(LongRunningSessionTest.class.getName()); private...
The logs I shared are only from the hub and node; I havenβt included any client-side logs. So how can it be concluded that this is a client timeout? If...
Iβm still trying to understand whatβs causing the behavior difference between 4.26.0 and 4.32.0 in more detail. Could you please share: 1.The client logs 2.The hub logs, and 3.The node...