Feature and motivation
So far, Selenium Manager uses a couple of TTL values for the resolved browser and driver version. The default values for these TTLs are (in seconds):
TTL_drivers : 86400
TTL_browsers : 0
If the user wants to change this default behavior, the following flags need to be implemented on the Rust side:
--driver-ttl <TTL>
--browser-ttl <TTL>
Usage example
selenium-manger --browser chrome --driver-ttl 43200
selenium-manger --browser chrome --browser-ttl 3600
Feature and motivation
So far, Selenium Manager uses a couple of TTL values for the resolved browser and driver version. The default values for these TTLs are (in seconds):
TTL_drivers: 86400TTL_browsers: 0If the user wants to change this default behavior, the following flags need to be implemented on the Rust side:
Usage example