How would I get the browser version being used?
>>> from selenium import webdriver >>> driver = webdriver.Firefox() >>> print vers
Just answering this question for Python users who want to print all the capabilities as I was searching for it before I knew it . Below command works.
print driver.capabilities