WebGrid
WebGrid copied to clipboard
idleTimeout set in the capabilities do not overrides IDLE_TIMEOUT from global variable
π Bug description
idleTimeout set in the capabilities do not overrides IDLE_TIMEOUT from global variable.
π¦Ά Reproduction steps
Steps to reproduce the behaviour:
- Configure
idleTimeoutusingwebgrid:optionsset it to 900 - Check that global
IDLE_TIMEOUTset to default value 120 - Establish session with webgrid
- Send selenium command
- Wait
π― Expected behaviour
Node should be automatically killed after 900 seconds
π Actual behaviour
Node is killed after 120 seconds
Version 0.8.0
Where did the problem occur? List the platform on which you encountered the issue.
- βΈοΈ Kubernetes
Which browsers cause the bug?
Additional context