{"id":22360354,"url":"https://github.com/sergueik/selenium_tests","last_synced_at":"2026-02-18T22:02:29.388Z","repository":{"id":39957927,"uuid":"147034057","full_name":"sergueik/selenium_tests","owner":"sergueik","description":"Collection of reusable Selenium patterns - originally hosted inside sergueik/selenium_java repository","archived":false,"fork":false,"pushed_at":"2024-10-03T18:43:32.000Z","size":1751,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T14:24:07.377Z","etag":null,"topics":["junit","selenium","selenium-webdriver","testng"],"latest_commit_sha":null,"homepage":"","language":"Java","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/sergueik.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,"zenodo":null}},"created_at":"2018-09-01T21:27:56.000Z","updated_at":"2023-05-01T02:34:26.000Z","dependencies_parsed_at":"2023-12-28T03:05:10.367Z","dependency_job_id":"0a08d559-ef66-492b-aca9-660c234f316a","html_url":"https://github.com/sergueik/selenium_tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergueik/selenium_tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergueik%2Fselenium_tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergueik%2Fselenium_tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergueik%2Fselenium_tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergueik%2Fselenium_tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergueik","download_url":"https://codeload.github.com/sergueik/selenium_tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergueik%2Fselenium_tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["junit","selenium","selenium-webdriver","testng"],"created_at":"2024-12-04T16:15:50.425Z","updated_at":"2026-02-18T22:02:29.359Z","avatar_url":"https://github.com/sergueik.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Info\n\nThe project practices Java with selected Selenium test scenarios using the test practice sites:\n\n  * [http://suvian.in/selenium](http://suvian.in/selenium) - no longer active.\n  * [http://www.way2automation.com](http://www.way2automation.com)\n\n  and misc. standalone examples found on\n\n  * [https://www.skyscanner.com](https://www.skyscanner.com)\n  * [https://embed.plnkr.co/](https://embed.plnkr.co/)\n  * [https://datatables.net/examples/api/form.html](https://datatables.net/examples/api/form.html) and [https://datatables.net/extensions/rowgroup/examples/initialisation/customRow.html](https://datatables.net/extensions/rowgroup/examples/initialisation/customRow.html)(https://datatables.net/examples/api/form.html)\n  * [https://select2.github.io/examples.html](https://select2.github.io/examples.html)\n  * [http://phppot.com/demo/jquery-dependent-dropdown-list-countries-and-states/]()\n  * [http://jqueryui.com/datepicker/#buttonbar](http://jqueryui.com/datepicker/#buttonbar)\n  * [http://demos.telerik.com/kendo-ui/grid/index](http://demos.telerik.com/kendo-ui/grid/index)\n  * [http://antenna.io/demo/jquery-bar-rating/examples/](http://antenna.io/demo/jquery-bar-rating/examples/)\n  * [http://www.seleniumeasy.com/test](http://www.seleniumeasy.com/test)\n  * [https://v4-alpha.getbootstrap.com/components/forms/](https://v4-alpha.getbootstrap.com/components/forms/)\n *  [fjasonrobot/FancyWaiting](http://stackoverflow.com/questions/30174546/selenium-filter-with-predicate )\n\n\n### Profiles\n\nProject uses profiles to supports several browsers, possible to select through profile. The detauls browser is `chrome`.\n```cmd\nmvm -P[chrome|edge|firefox] test\n```\nProject exercises writing the property file into the `target` directory with converting the environment variable `TEST_PASSWORD` into\nthe property file entry:\n```sh\nexport TEST_PASSWPORD='super secret'\nmvn -Pproperties test\ngrep password target/classes/test.properties\npassword=super secret\n```\nNote:  when not set, it will not become blank, but rather the literal expression used in the `pom.xml`\n```sh\nunset TEST_PASSWORD\nmvn -Pproperties clean test\n# if password is crucial for the test, the test will fail\ngrep password target/classes/test.properties\npassword=${env.TEST_PASSWORD}\n```\n\n### Links\n\n * [stackoverflow](http://stackoverflow.com/questions/30174546/selenium-filter-with-predicate)\n * [seleniumcapsules](https://github.com/yujunliang/seleniumcapsules)\n * [ahussan/Java8LamdaExpressionAndStreamAPITest](https://github.com/ahussan/Java8LamdaExpressionAndStreamAPITest)\n * [sskorol/selenium-camp-17](https://github.com/sskorol/selenium-camp-17)\n * [cssSelector advantages review](https://www.pineboat.in/post/css-selectors-selenium-webdriver-find-element-xpath-replaced/)\n * [JQuery to vanilla JavaScript DSL conversion rules](https://gist.github.com/dorokhin/8d47e91676a39c04534ea9633b98dbdb)\n * Elemental Selenium Tips [repo](https://github.com/tourdedave/elemental-selenium-tips) \n * __at.info__ [test automation examples on different tools and technologies](http://atinfo.github.io/at.info-knowledge-base/)  (in Russian and Eglish )\n * KB of [xpath, locators, css-selectors](https://automated-testing.info/t/sbornik-poleznyh-ssylok-po-razlichnym-lokatoram/5316) (in Russian)\n * https://abstracta.us/blog/software-testing/best-demo-websites-for-practicing-different-types-of-software-tests/\n * https://www.techlistic.com/2020/07/automation-testing-demo-websites.html\n * [list of existing headless web browsers](https://github.com/dhamaniasad/HeadlessBrowsers)\n\n### Author\n[Serguei Kouzmine](kouzmine_serguei@yahoo.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergueik%2Fselenium_tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergueik%2Fselenium_tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergueik%2Fselenium_tests/lists"}