module installcustom.install_custom_operadriver

Short summary

module pymyinstall.installcustom.install_custom_operadriver

Various functions to install MinGW.

source on GitHub

Functions

function

truncated documentation

install_operadriver

Installs operadriver.

Documentation

Various functions to install MinGW.

source on GitHub

pymyinstall.installcustom.install_custom_operadriver.install_operadriver(dest_folder='.', fLOG=<built-in function print>, install=True, version=None)

Installs operadriver.

Parameters:
  • dest_folder – where to download the setup

  • fLOG – logging function

  • install – install (otherwise only download)

  • version – version to install (unused)

Returns:

zip file in a list or list of unzipped files

This is required for Selenium.

source on GitHub