Search code examples
selenoid

Use Chrome/FF beta version in selenoid


I am using selenoid for automated e2e-testing and really like it. To ensure browser support on all versions, I am testing with different versions of Chrome/FF and now would need to also test with the beta versions of these browsers. I found out here that there is no built-in image for beta versions.

Is there another way to use beta versions anyway?


Solution

    1. We provide all automation scripts used to build browser images. See this repository.
    2. Regarding beta images - we have an issue and hope to start building more versions including ESR and beta during next months.