{"id":15138607,"url":"https://github.com/sayems/golang.webdriver","last_synced_at":"2026-03-01T19:01:53.942Z","repository":{"id":3850079,"uuid":"4934424","full_name":"sayems/golang.webdriver","owner":"sayems","description":"Selenium Page Object in Go","archived":false,"fork":false,"pushed_at":"2017-04-19T13:51:05.000Z","size":21,"stargazers_count":48,"open_issues_count":0,"forks_count":55,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-10-23T15:43:33.479Z","etag":null,"topics":["go","golang","page-object","selenium","selenium-webdriver","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sayems.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":"2012-07-07T05:00:10.000Z","updated_at":"2023-12-29T17:03:59.000Z","dependencies_parsed_at":"2022-09-11T19:32:04.402Z","dependency_job_id":null,"html_url":"https://github.com/sayems/golang.webdriver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sayems/golang.webdriver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fgolang.webdriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fgolang.webdriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fgolang.webdriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fgolang.webdriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sayems","download_url":"https://codeload.github.com/sayems/golang.webdriver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayems%2Fgolang.webdriver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29980793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["go","golang","page-object","selenium","selenium-webdriver","webdriver"],"created_at":"2024-09-26T07:42:16.322Z","updated_at":"2026-03-01T19:01:53.921Z","avatar_url":"https://github.com/sayems.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"WebDriver in Go\n===========\n\nThis repository contains Webdriver code examples, exercises and tutorials for developers.\nOver time, more and more test example will be uploaded here.\nAll tests examples in this repository is to be considered public domain unless stated otherwise.  \n\n## Demo website to practice Webdriver:\nHere is a list of websites where you can practice Selenium webdriver. You will find the list incredibly useful as these will cover many of your real-time web automation use case scenario. Some of the common examples includes are like testing of a login page, online registration forms, and automating flight booking. \n \n- [Madison Island](http://magento-demo.lexiconn.com/)\n- [The Internet by Elemental Selenium](http://the-internet.herokuapp.com/)\n- [jQuery UI Demos](http://jqueryui.com/demos/)\n- [PHPTRAVELS](http://phptravels.com/demo/)\n- [Mercury Tours](http://newtours.demoaut.com/)\n- [PHPTRAVELS](http://phptravels.com/demo/)\n- [Way2Automation](http://www.way2automation.com/demo.html)\n- [Automation Practice](http://automationpractice.com/index.php)\n- [DemoQA](http://demoqa.com/)\n- [OrangeHRM Enterprise](http://enterprise.demo.orangehrmlive.com/symfony/web/index.php/auth/login)\n\n## Examples with:\n\n- Mouse hover\n- Drag \u0026 Drop\n- Draggable\n- Selectable\n- Sortable\n- Actionable\n- Radio Button\n- Checkbox\n- Datepicker\n\n--\n\n## Pre-requisites\n\nGo Dependencies via [Godep](https://github.com/tools/godep)\n```bash\n$ go get github.com/tools/godep\n```\n\nFor Mac OS X (using Homebrew):\n```bash\n$ brew install phantomjs\n$ brew install chromedriver\n$ brew install selenium-server-standalone\n```\n\nFor Arch Linux user (using Pacman/Yaourt):\n```bash\n$ yaourt -S selenium-server-standalone\n$ yaourt -S chromedriver\n```\n\nClone the git repo:\n```bash\n$ go get github.com/sayems/golang.webdriver\n```\n\n--\n\n#### Setup IntelliJ IDEA\n\n```\nFile \u003e Settings \u003e Plugins \u003e Browse Repository\nSearch for \"Go\" and Install it\n```\n\n--\n\n### Contributions\n\nIf you have any code examples you would like to contribute to this repository, please feel free to open a pull request.\n\n## Feedback\n\nContributors to this repo would be very grateful to receive feedback! If you would like to praise or comment on any test examples, or the repo as a whole, please do so in the issue tracker. I'd love to hear what you think, so please take a moment to let me know.\n\n\n## Contact\n\nIf you have any questions about this repo, or need some help to contribute, please do not hesitate to contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayems%2Fgolang.webdriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayems%2Fgolang.webdriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayems%2Fgolang.webdriver/lists"}