{"id":17740514,"url":"https://github.com/marmoroju/selenium_python","last_synced_at":"2026-05-02T03:33:13.653Z","repository":{"id":258559812,"uuid":"872722085","full_name":"Marmoroju/Selenium_Python","owner":"Marmoroju","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-18T11:23:20.000Z","size":12571,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T15:10:29.321Z","etag":null,"topics":["python","selenium","selenium-webdriver","test-automation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marmoroju.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-15T00:38:20.000Z","updated_at":"2024-10-18T11:23:24.000Z","dependencies_parsed_at":"2024-10-21T13:37:04.076Z","dependency_job_id":null,"html_url":"https://github.com/Marmoroju/Selenium_Python","commit_stats":null,"previous_names":["marmoroju/selenium_python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marmoroju%2FSelenium_Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marmoroju%2FSelenium_Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marmoroju%2FSelenium_Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marmoroju%2FSelenium_Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marmoroju","download_url":"https://codeload.github.com/Marmoroju/Selenium_Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246540528,"owners_count":20793930,"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","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":["python","selenium","selenium-webdriver","test-automation"],"created_at":"2024-10-26T03:06:16.992Z","updated_at":"2026-05-02T03:33:13.605Z","avatar_url":"https://github.com/Marmoroju.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Iniciar a biblioteca Selenium\n```bash\npip install selenium\n```\n\nIniciar o servidor http através do python\n```bash\npython -m http.server -d dist/\n```\n\nManter navegador aberto\n```bash\nfrom IPython.display import HTML\n\ndriver = webdriver.Chrome()\nHTML(driver.page_source)\n```\n\nInstalar módulo Pandas para captura de tabelas\n```bash\npip install pandas\n```\n\nInstalar a módulo lxml para fazer o webscrapping da página\n```bash\npip install lxml\n```\n\nInstalar módulo Clipboard para capturar dados armazenados no CTRL+C\n```bash\npip install clipboard\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarmoroju%2Fselenium_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarmoroju%2Fselenium_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarmoroju%2Fselenium_python/lists"}