{"id":15199821,"url":"https://github.com/alvations/thallium","last_synced_at":"2026-02-09T10:35:23.407Z","repository":{"id":57475008,"uuid":"214574818","full_name":"alvations/thallium","owner":"alvations","description":"Cos I can't get selenium to work... ","archived":false,"fork":false,"pushed_at":"2019-10-12T05:20:18.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-17T18:12:11.056Z","etag":null,"topics":["selenium","selenium-webdriver","webscraping"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alvations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-12T04:02:19.000Z","updated_at":"2019-10-12T05:20:20.000Z","dependencies_parsed_at":"2022-09-10T02:23:27.503Z","dependency_job_id":null,"html_url":"https://github.com/alvations/thallium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alvations/thallium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Fthallium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Fthallium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Fthallium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Fthallium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvations","download_url":"https://codeload.github.com/alvations/thallium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvations%2Fthallium/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268241114,"owners_count":24218374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["selenium","selenium-webdriver","webscraping"],"created_at":"2024-09-28T02:02:46.177Z","updated_at":"2026-02-09T10:35:23.301Z","avatar_url":"https://github.com/alvations.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# thallium\nCos I can't get selenium to work...\n\n## With chromedriver_binary\n\nFor some people [`chromedriver_binary`](https://github.com/danielkaiser/python-chromedriver-binary/) works:\n\n```python\nfrom selenium import webdriver\nimport chromedriver_binary\n\ndriver = webdriver.Chrome()\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n```\n\nBut not for me =(\n\n[out]:\n\n```\n---------------------------------------------------------------------------\nSessionNotCreatedException                Traceback (most recent call last)\n\u003cipython-input-1-329381aca80b\u003e in \u003cmodule\u003e\n      2 import chromedriver_binary\n      3\n----\u003e 4 driver = webdriver.Chrome()\n      5 driver.get(\"http://www.python.org\")\n      6 assert \"Python\" in driver.title\n\nSessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 78\n```\n\n# With pyderman\n\nFor some other people [`pyderman`](https://github.com/shadowmoose/pyderman) works:\n\n```python\nfrom selenium import webdriver\nimport pyderman\npath = pyderman.install(browser=pyderman.chrome)\n\ndriver = webdriver.Chrome(path)\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n```\n\nYes, this worked for me... But I think we can do better.\n\n\n\u003c!--\n# With thallium\n\n```python\nfrom thallium import WebDriver\n\nclass WebDriver:\n    def __init__(self):\n\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n\n\ndriver = WebDriver('chrome')\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n```\n\n\nhttps://github.com/SeleniumHQ/selenium/blob/master/py/selenium/webdriver/__init__.py\n\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvations%2Fthallium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvations%2Fthallium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvations%2Fthallium/lists"}