{"id":20129283,"url":"https://github.com/radutopala/webdriver","last_synced_at":"2025-08-01T16:40:52.317Z","repository":{"id":140233528,"uuid":"142204287","full_name":"radutopala/webdriver","owner":"radutopala","description":"Chrome WebDriver Client for Go","archived":false,"fork":false,"pushed_at":"2018-07-24T21:11:50.000Z","size":35789,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T16:09:19.187Z","etag":null,"topics":["chrome","chromedriver","golang","webdriver"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/radutopala.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-24T19:32:32.000Z","updated_at":"2024-02-25T13:27:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8631a54f-978f-4824-8cbc-5a5db31ea000","html_url":"https://github.com/radutopala/webdriver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radutopala%2Fwebdriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radutopala%2Fwebdriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radutopala%2Fwebdriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radutopala%2Fwebdriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radutopala","download_url":"https://codeload.github.com/radutopala/webdriver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065283,"owners_count":21041871,"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":["chrome","chromedriver","golang","webdriver"],"created_at":"2024-11-13T20:33:16.878Z","updated_at":"2025-04-09T16:09:33.892Z","avatar_url":"https://github.com/radutopala.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrome WebDriver Client for Go\n\n[![GoDoc](https://godoc.org/github.com/radutopala/webdriver?status.svg)](https://godoc.org/github.com/radutopala/webdriver)\n[![Travis](https://travis-ci.org/radutopala/webdriver.svg?branch=master)](https://travis-ci.org/radutopala/webdriver)\n[![Go Report Card](https://goreportcard.com/badge/github.com/radutopala/webdriver)](https://goreportcard.com/report/github.com/radutopala/webdriver)\n\n## About\n\nThis is a [WebDriver] client for [Go][go], supporting the [WebDriver\nprotocol][webdriver] for Chrome and [ChromeDriver][chromedriver]. \n\n[webdriver]: https://www.w3.org/TR/webdriver/\n[go]: http://golang.org/\n[chromedriver]: https://sites.google.com/a/chromium.org/chromedriver/\n\n## Installing\n\nRun\n\n    go get -u github.com/radutopala/webdriver\n\nto fetch the package.\n\nThe package requires a working WebDriver installation, which can include recent versions of a web browser being driven by Selenium WebDriver.\n\n## Documentation\n\nThe API documentation is at https://godoc.org/github.com/radutopala/webdriver. See [the unit\ntests](https://github.com/radutopala/webdriver/blob/master/remote_test.go) for better usage information.\n\n### Downloading and Pack Dependencies\n\nDownload and pack the ChromeDriver binaries:\n\n    $ go run download/download.go\n\nYou only have to do this once initially and later when version numbers in download.go change.\n\n### Testing Locally\n\nRun the tests:\n\n    $ go test \n\n* There is one top-level test for Chrome and ChromeDriver.\n    \n* There are subtests that are shared between both top-level tests.\n\n* To run only the top-level tests, pass:\n\n    * `-test.run=TestChrome`\n\n* To run a specific subtest, pass `-test.run=TestChrome/\u003csubtest\u003e` as\n  appropriate. This flag supports regular expressions.\n\n* If the Chrome binaries or the ChromeDriver binary cannot be found, the corresponding tests will be\n  skipped.\n\n* The binaries under test can be configured by passing flags to `go\n  test`. See the available flags with `go test --arg --help`.\n\n* Add the argument `-test.v` to see detailed output from the test automation framework.\n\n### Testing With Docker\n\nTo ensure hermeticity, we also have tests that run under Docker. You will need an installed and running Docker system.\n\nTo run the tests under Docker, run:\n\n    $ go test --docker\n\nThis will create a new Docker container and run the tests in it. (Note: flags supplied to this invocation are not carried through to the `go test` invocation within the Docker container).\n\nFor debugging Docker directly, run the following commands:\n\n    $ docker build -t webdriver testing/\n    $ docker run --volume=${GOPATH?}:/code --workdir=/code/src/github.com/radutopala/webdriver -it webdriver bash\n\n## License\n\nThis project is licensed under the [MIT][mit] license.\n\n[mit]: https://raw.githubusercontent.com/radutopala/webdriver/master/LICENSE\n\nPlease note that this project is a cut-down version of [tebeka/selenium](https://github.com/tebeka/selenium), with ideas from [Symfony/Panther](https://github.com/symfony/panther), targeting only the Chrome WebDriver implementation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradutopala%2Fwebdriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradutopala%2Fwebdriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradutopala%2Fwebdriver/lists"}