J
J
Jairman2020-01-28 19:37:31
Python
Jairman, 2020-01-28 19:37:31

How to make selenium Python exe application?

I want to make an exe file that does not require fuss before use. But I use selenium, which needs to know the path to the chrome driver, which also needs to be installed separately. How to make such an exe file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Yakushenko, 2020-01-28
@Jairman

At the beginning of the script, load the chromedriver into some temporary folder and use it further in the script.
You can package it into an exe with pyinstaller .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question