[Python] Web-browsers for Python and Selenium? (in testing release)

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
ruwolf
Posts: 904
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 89 times
Been thanked: 67 times

[Python] Web-browsers for Python and Selenium? (in testing release)

#1 Post by ruwolf »

Which web-browsers can be controlled by python3-selenium?
Debian package recommends chromium-driver, I know, it works.
When I have installed PyPasser by pipenv, it worked with FireFox, too.
There are also packages webkitgtk-webdriver and wpewebkit-webdriver, but the first is quite small, so it will probably not be complete browser...
I prefer FireFox to Chromium and light to heavy.

P.S.
The nastiest thing was, that some time ago, it downloaded its' own browser to local directory, even if I had used installation by apt.
But I do not know, if it is still the case...

Post Reply