Skip to main content

Easily use Selenium in Google Colab Notebooks!

Project description

The best way to use Selenium in Google Colab Notebooks!

  • Simple setup of Selenium and ChromeDriver.
  • Seamless integration with Google Colab.
  • Supports Undetected ChromeDriver for more advanced use cases.

Open In Colab

Installation

Basic usage:

%pip install google-colab-selenium

Use undetected-chromedriver version:

%pip install google-colab-selenium[undetected]

Basic Usage

import google_colab_selenium as gs

driver = gs.Chrome()
# Your code to interact with the driver here
# ...
driver.quit()

Undetected ChromeDriver

import google_colab_selenium as gs

driver = gs.UndetectedChrome()
# Your code to interact with the driver here
# ...
driver.quit()

Default Options

The google-colab-selenium package is preconfigured with a set of default options optimized for Google Colab environments. These defaults include:

  • --headless: Runs Chrome in headless mode (without a GUI).
  • --no-sandbox: Disables the Chrome sandboxing feature, necessary in the Colab environment.
  • --disable-dev-shm-usage: Prevents issues with limited shared memory in Docker containers.
  • --lang=en: Sets the language to English.

You are welcome to extend or override these options based on your needs:

from selenium.webdriver.chrome.options import Options
import google_colab_selenium as gs

custom_options = Options()
# Add your custom options here

driver = gs.Chrome(options=custom_options)

Contributing

Contributions are welcome! If you have a suggestion or an issue, please use the issue tracker to let me know.



Test it out for yourself!

Open In Colab

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google_colab_selenium-1.0.18.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

google_colab_selenium-1.0.18-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file google_colab_selenium-1.0.18.tar.gz.

File metadata

File hashes

Hashes for google_colab_selenium-1.0.18.tar.gz
Algorithm Hash digest
SHA256 a807626667613dfe72b07b5569da2d2f96e3bd3d259984cde225394b9059333e
MD5 54aaa639f1297cea815fc0d67233ceeb
BLAKE2b-256 9444ccadd66c7d322e813f4dbe27463b5005f6cc5e109b398b31f3421de31793

See more details on using hashes here.

File details

Details for the file google_colab_selenium-1.0.18-py3-none-any.whl.

File metadata

File hashes

Hashes for google_colab_selenium-1.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 aa0288162cb97c1c33d263cb29b73201c077733670663f883f2ae5f581ea06c7
MD5 1d0dfa5a1e29cae07e8c2805f82430b7
BLAKE2b-256 65d6d9f611a36dd48bab085b5de1103985d9e52c4d3f951d4c232458ee21c7b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page