How do i know what is the version of browsers in docker image?

When i use
image: circleci/node:8.15.0-browsers

I get chromedriver error
This version of ChromeDriver only supports Chrome version 75

  1. So how do i know what version of browser is the image running.

  2. Does any image exist such that it has node:8.15.0 with latest browser versions? If so how do i specify the image in circleci config.yml file?

Please guide me for formatting, i am very new to software forums/ communities. But i sense a discipline in the way of asking queries and i respect it. So please re-direct me to appropriate resources and i will learn and format my query accordingly.

Thanks for your time in advance.

1 Like