{"id":16757066,"url":"https://github.com/krmahadevan/demo-node","last_synced_at":"2026-05-17T12:08:29.021Z","repository":{"id":67770554,"uuid":"593499264","full_name":"krmahadevan/demo-node","owner":"krmahadevan","description":"Demo project to show how to work with a customized selenium node","archived":false,"fork":false,"pushed_at":"2025-02-17T15:31:20.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T07:26:33.061Z","etag":null,"topics":["selenium-grid","selenium-webdriver"],"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/krmahadevan.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":"2023-01-26T06:27:18.000Z","updated_at":"2025-02-17T15:31:24.000Z","dependencies_parsed_at":"2025-03-16T07:35:33.786Z","dependency_job_id":null,"html_url":"https://github.com/krmahadevan/demo-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krmahadevan/demo-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmahadevan%2Fdemo-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmahadevan%2Fdemo-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmahadevan%2Fdemo-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmahadevan%2Fdemo-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krmahadevan","download_url":"https://codeload.github.com/krmahadevan/demo-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krmahadevan%2Fdemo-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33137831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["selenium-grid","selenium-webdriver"],"created_at":"2024-10-13T03:42:48.647Z","updated_at":"2026-05-17T12:08:28.987Z","avatar_url":"https://github.com/krmahadevan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo project for a customized node\n\n## Documentation\n\nRefer to the [Selenium documentation](https://www.selenium.dev/documentation/grid/advanced_features/customize_node/) to learn more about how to build a custom selenium node.\n\n## Pre-requisites\n\n* JDK11.\n* Chrome Browser installed.\n\n## Details\n\nThis sample project does the following:\n\n* Downloads the Selenium standalone `4.8.0` jar from the Selenium downloads page.\n* Wires-in a customized Selenium node and starts a simple Selenium Grid that uses the custom node.\n* Runs a sample test-case against the spun off local grid.\n* Prints the custom node's logs to show that the custom node works.\n* Kills the Grid as well.\n\n## Usage\n\n* To see this project in action just run `./run.sh` and you should see an output that looks like below.\n\n```bash\nJan 26, 2023 11:59:44 AM org.openqa.selenium.remote.tracing.opentelemetry.OpenTelemetryTracer createTracer\nINFO: Using OpenTelemetry for tracing\nStarting ChromeDriver 109.0.5414.74 (e7c5703604daa9cc128ccf5a5d3e993513758913-refs/branch-heads/5414@{#1172}) on port 27209\nOnly local connections are allowed.\nPlease see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.\nChromeDriver was started successfully.\nPage title :Selenium\n==============================================\nPrinting the node logs from the Decorated Node\n==============================================\n11:59:44.963 INFO [DecoratedLoggingNode.getHealthCheck] - [COMMENTATOR] Before getHealthCheck()\n11:59:44.964 INFO [DecoratedLoggingNode.getHealthCheck] - [COMMENTATOR] After getHealthCheck()\n11:59:44.968 INFO [DecoratedLoggingNode.getStatus] - [COMMENTATOR] Before getStatus()\n11:59:44.969 INFO [DecoratedLoggingNode.getStatus] - [COMMENTATOR] After getStatus()\n11:59:46.298 INFO [DecoratedLoggingNode.getStatus] - [COMMENTATOR] Before getStatus()\n11:59:46.299 INFO [DecoratedLoggingNode.getStatus] - [COMMENTATOR] After getStatus()\n11:59:46.629 INFO [DecoratedLoggingNode.newSession] - [COMMENTATOR] Before newSession()\n11:59:49.652 INFO [DecoratedLoggingNode.newSession] - [COMMENTATOR] After newSession()\n11:59:49.850 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:49.850 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:49.851 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:49.851 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:49.851 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:49.851 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:49.852 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:49.852 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:49.853 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:49.853 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:49.854 INFO [DecoratedLoggingNode.executeWebDriverCommand] - [COMMENTATOR] Before executeWebDriverCommand(): /session/5951ff2a1c0a01e2d4c4038cce18e06e/url\n11:59:51.098 INFO [DecoratedLoggingNode.executeWebDriverCommand] - [COMMENTATOR] After executeWebDriverCommand()\n11:59:51.118 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:51.118 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:51.118 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:51.118 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:51.119 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:51.119 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:51.119 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:51.119 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:51.120 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] Before isSessionOwner()\n11:59:51.120 INFO [DecoratedLoggingNode.isSessionOwner] - [COMMENTATOR] After isSessionOwner()\n11:59:51.120 INFO [DecoratedLoggingNode.executeWebDriverCommand] - [COMMENTATOR] Before executeWebDriverCommand(): /session/5951ff2a1c0a01e2d4c4038cce18e06e/title\n11:59:51.129 INFO [DecoratedLoggingNode.executeWebDriverCommand] - [COMMENTATOR] After executeWebDriverCommand()\n==============================================\nKilling [/Users/krmahadevan/.sdkman/candidates/java/current/bin/java -jar target/jars/selenium-server-4.8.0.jar --ext target/demo-node-1.0-SNAPSHOT.jar node --log target/node.log --node-implementation com.rationaleemotions.DecoratedLoggingNode]\nKilling [/Users/krmahadevan/.sdkman/candidates/java/current/bin/java -jar target/jars/selenium-server-4.8.0.jar hub --log target/hub.log]\n[INFO] ------------------------------------------------------------------------\n[INFO] BUILD SUCCESS\n[INFO] ------------------------------------------------------------------------\n[INFO] Total time:  9.498 s\n[INFO] Finished at: 2023-01-26T11:59:52+05:30\n[INFO] ------------------------------------------------------------------------\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmahadevan%2Fdemo-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrmahadevan%2Fdemo-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrmahadevan%2Fdemo-node/lists"}