'They are a way to get the current version of the chrome driver by a method?
I need a way to get the current web driver version when the test suite is launch (so not check locally that i know but during the execution)
Solution 1:[1]
print(driver.capabilities['version'])
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Faizan Ahmad |
