Skip to content

[🚀 Feature]: Change default TTLs in Selenium Manager #11686

Closed
@bonigarcia

Description

@bonigarcia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-rustRust code is mostly Selenium ManagerI-enhancementSomething could be better

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions