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.16.tar.gz (6.6 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.16-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for google_colab_selenium-1.0.16.tar.gz
Algorithm Hash digest
SHA256 baa4389b0704105f833737723b784e99c351e574479bd0bc7dffbfb8f1e2feec
MD5 7e78f40b0774d5a9d2dc9782ec7d8395
BLAKE2b-256 39dfa83fe88970787ab78d9125162909c6ea439aea8eef4e5b5fe26ea89bfaf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for google_colab_selenium-1.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 c9fe9c544c4efa942ebc51ae3e3f885bf11b605ee79d6914bbd8da3477cf86ec
MD5 4788c80e7b2158dde0beeb7c9c6ca674
BLAKE2b-256 ca6a39ac1db5aa1affba18a1c36e84d85959e98d975eb6cd3560335c17542be4

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