{"id":15626678,"url":"https://github.com/neonidian/selenium-java-page-object-model","last_synced_at":"2026-04-22T05:31:12.065Z","repository":{"id":104228223,"uuid":"184263986","full_name":"neonidian/selenium-java-page-object-model","owner":"neonidian","description":"Selenium Page Object Modelling with Java","archived":false,"fork":false,"pushed_at":"2021-06-08T16:08:48.000Z","size":2990,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-30T00:04:41.941Z","etag":null,"topics":["java","java-selenium","page-object-framework","page-object-model","selenium","selenium-java","selenium-java-template"],"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/neonidian.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":"2019-04-30T13:08:30.000Z","updated_at":"2022-05-14T12:23:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8a69fcb-f8aa-46c0-b447-71023852be25","html_url":"https://github.com/neonidian/selenium-java-page-object-model","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/neonidian/selenium-java-page-object-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neonidian%2Fselenium-java-page-object-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neonidian%2Fselenium-java-page-object-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neonidian%2Fselenium-java-page-object-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neonidian%2Fselenium-java-page-object-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neonidian","download_url":"https://codeload.github.com/neonidian/selenium-java-page-object-model/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neonidian%2Fselenium-java-page-object-model/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["java","java-selenium","page-object-framework","page-object-model","selenium","selenium-java","selenium-java-template"],"created_at":"2024-10-03T10:13:22.929Z","updated_at":"2026-04-22T05:31:12.045Z","avatar_url":"https://github.com/neonidian.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium Page Object Model With Java\n\nSelenium project uses page object modelling where tests, pages(with HTML elements defined) and selenium framework reside\nin their respective packages\n\n## Running the tests\n\n* [Gradle](https://gradle.org/) is used as the build tool\n\n* Pre-requisite: Gradle, Java and firefox browser installed (Other browsers can also be configured)\n\n* To run the tests, open a command line and go to the project directory. Use `./gradlew`(for Linux and Mac) or `gradlew`(for Windows) in the command line \n\n* Test report is generated in build/reports/tests/test/index.html\n\n## Java Compatability\n\n* Has been tested with Java 8 (OpenJDK 8) and Java 11 (OpenJDK 11)\n\n## Structure\n\n* The projects follows the standard java convention. So, since the project is about tests, all the tests are located \nin src/test and there is no src/main\n\n* The package `se.ica.framework` has selenium actions like defining the browser, the actions that can be done in a page\n\n* The package `se.ica.pages` has functionality for a specific web page of a website\n\n* The package `se.ica.tests` has the tests\n\n* Note that the assertions are located in a [class](src/test/java/se/ica/framework/SeleniumActions.java) \nwhich is not the class where [tests](src/test/java/se/ica/tests/OnlinePageTest.java) are present -\u003e something  different from the usual convention\n\n## Website Used\n\n* This project uses https://www.ica.se, a Swedish retail company that provides online and store shopping\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonidian%2Fselenium-java-page-object-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneonidian%2Fselenium-java-page-object-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonidian%2Fselenium-java-page-object-model/lists"}