I am using WebDriverManager to install the drivers. However, the setup method seems to install the latest version and not the matching version on my device.
Although they differ, it seems to still work. Is it needed to specify the version to be more exact (not sure on this)?
If I wanted to specify the version, how can this be achieved?
WebDriverManager.chromedriver().setup();
This installs the latest chrome driver (say 105.1.3 but my device might have 105.1.1 as an example).