Getting a list of installed browsers in python

Viewed 16

I need to make a selenium flow and i want to do some checks before the flow starts: such as checking if there are browsers installed and what browsers are installed to make functions that download their geckodriver and start the flow (given some arguments and only on Windows machines).

I've checked some questions, read some articles and the explanations seems convoluted. Also, i've seen this question and is kinda what i need.

The question is how can i approach it in python and if there's any easier way.

0 Answers
Related