{"id":30842731,"url":"https://github.com/webmate-io/webmate-sdk-samples","last_synced_at":"2025-09-06T21:06:46.805Z","repository":{"id":25420628,"uuid":"103953361","full_name":"webmate-io/webmate-sdk-samples","owner":"webmate-io","description":"Sample projects and tests that show the functionality of the webmate Java SDK.","archived":false,"fork":false,"pushed_at":"2025-04-25T10:42:03.000Z","size":3263,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T11:41:31.985Z","etag":null,"topics":["samples","sdk","selenium","webmate","webmate-api","webmate-java-sdk"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webmate-io.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,"zenodo":null}},"created_at":"2017-09-18T14:58:35.000Z","updated_at":"2025-04-25T10:42:07.000Z","dependencies_parsed_at":"2024-05-16T11:23:57.872Z","dependency_job_id":"8f760d03-2e2e-4b21-8801-583df2735461","html_url":"https://github.com/webmate-io/webmate-sdk-samples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webmate-io/webmate-sdk-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmate-io","download_url":"https://codeload.github.com/webmate-io/webmate-sdk-samples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmate-io%2Fwebmate-sdk-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273962601,"owners_count":25198601,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":["samples","sdk","selenium","webmate","webmate-api","webmate-java-sdk"],"created_at":"2025-09-06T21:06:45.788Z","updated_at":"2025-09-06T21:06:46.781Z","avatar_url":"https://github.com/webmate-io.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webmate Java SDK Samples \u003cimg src=\"https://avatars.githubusercontent.com/u/13346605\" alt=\"webmate logo\" width=\"28\"/\u003e\n\nThis repository contains examples of how to use the [webmate Java SDK](https://github.com/webmate-io/webmate-sdk-java).\n\n## Usage \n\nTo run the examples, add your webmate credentials in `MyCredentials.java` and follow the instructions there. \n\n**Note:** It is recommended to start the tests individually via an IDE of your choice.\n\n## Samples\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eTest\u003c/th\u003e\n        \u003cth\u003eFrameworks\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/cucumber/DemoCucumberTest.java\"\u003eDemoCucumberTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eCucumber, Selenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/DeviceInteractionTest.java\"\u003eDeviceInteractionTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eJUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/SeleniumBasedCrossbrowserTest.java\"\u003eSeleniumBasedCrossbrowserTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/QueryDeployablesTest.java.java\"\u003eQueryDeployablesTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/SeleniumBasedRegressionTest.java\"\u003eSeleniumBasedRegressionTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/SeleniumTest.java\"\u003eSeleniumTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/SeleniumTestScheduling.java\"\u003eSeleniumTestScheduling\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/SeleniumTestWithActionRule.java\"\u003eSeleniumTestWithActionRule\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/SeleniumTestWithActionRuleAlternative.java\"\u003eSeleniumTestWithActionRuleAlternative\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eSelenium, JUnit\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003e\n            \u003ca href=\"./src/test/java/examples/UrlBasedCrossbrowserTest.java\"\u003eUrlBasedCrossbrowserTest\u003c/a\u003e\n        \u003c/td\u003e\n        \u003ctd\u003eJUnit\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n## webmate API\n\nAlthough, the SDK provides a number of features and convenience wrappers it doesn't exhaust the full potential of the webmate API.\nSee the REST API [Swagger documentation](https://app.webmate.io/api/swagger) for a comprehensive summary of the webmate functionalities.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmate-io%2Fwebmate-sdk-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmate-io%2Fwebmate-sdk-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmate-io%2Fwebmate-sdk-samples/lists"}