aerokube / selenoid

Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
https://aerokube.com/selenoid/latest/
Apache License 2.0
2.6k stars 324 forks source link

Is selenoid gonna quit itself? #1130

Closed udemy1013 closed 3 years ago

udemy1013 commented 3 years ago

I'm trying to use selenoid with GUI. remote drivers quit themselves after getting some URLs. How can I make them wait until I send some action? sorry for bad English

vania-pooh commented 3 years ago

@udemy1013 by default Selenoid is closing a session after 1 minute without new requests to browser. This is controlled by sessionTimeout capability or -timeout flag. For manual session from UI this timeout is explicitly set to 1 hour.

udemy1013 commented 3 years ago

@vania-pooh Thanks, sir. It helped.