{"id":18520957,"url":"https://github.com/charlescreativecontent/aws-selenium-ide","last_synced_at":"2026-03-19T04:54:17.091Z","repository":{"id":238813853,"uuid":"797471859","full_name":"CharlesCreativeContent/aws-selenium-ide","owner":"CharlesCreativeContent","description":"Scripts to automate the deployment of cloud infrastructure using the browser automation tool selenium-ide","archived":false,"fork":false,"pushed_at":"2024-05-08T16:41:48.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T17:41:50.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/CharlesCreativeContent.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":"2024-05-07T22:46:25.000Z","updated_at":"2025-02-19T15:29:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"6830ea26-de37-4fea-b0fb-2af7bc530a44","html_url":"https://github.com/CharlesCreativeContent/aws-selenium-ide","commit_stats":null,"previous_names":["charlescreativecontent/aws-selenium-ide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CharlesCreativeContent/aws-selenium-ide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesCreativeContent%2Faws-selenium-ide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesCreativeContent%2Faws-selenium-ide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesCreativeContent%2Faws-selenium-ide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesCreativeContent%2Faws-selenium-ide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CharlesCreativeContent","download_url":"https://codeload.github.com/CharlesCreativeContent/aws-selenium-ide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CharlesCreativeContent%2Faws-selenium-ide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"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":[],"created_at":"2024-11-06T17:23:37.901Z","updated_at":"2026-01-25T03:01:45.597Z","avatar_url":"https://github.com/CharlesCreativeContent.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium IDE and AWS Cloud Development: \u003ca target=\"_blank\" href=\"https://www.canva.com/design/DAGEl541AD8/y7s5u40Upi8Wbxr8lijHBA/view?utm_content=DAGEl541AD8\u0026utm_campaign=designshare\u0026utm_medium=link\u0026utm_source=editor\"\u003eSlides Here\u003c/a\u003e\nScripts to automate the deployment of cloud infrastructure using the browser automation tool selenium-ide\n\n\u003cimg src=\"https://github.com/CharlesCreativeContent/myImages/blob/main/images/Browser%20Automation%20\u0026%20AWS%20Cloud%20Development.jpg?raw=true\" width=\"100%\" alt=\"Starting slide that says 'Selenium IDE \u0026 AWS Cloud Development'\"/\u003e\n\n## Prerequisites\n\n- Create a Free AWS account - [Link Here](https://portal.aws.amazon.com/billing/signup?refid=em_127222\u0026p=free\u0026c=hp\u0026z=1\u0026redirect_url=https%3A%2F%2Faws.amazon.com%2Fregistration-confirmation#/start/email)\n- Download Selenium IDE Chrome Extension - [Link Here](https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd/related?hl=en)\n\n  \n## Resources\n- Learn More about Selenium IDE - [Blog Post](https://medium.com/@ShawnBasquiat/browser-automation-101-selenium-ide-35b8f3c04450?source=friends_link\u0026sk=20d27fd01235146c5d0f9f3291a9a099)\n- AWS Cloud Scripts - [Link here](https://shawnimages.netlify.app/Scripts/MongoDB-Presentation.side)\n- Other Script Examples - [Link here](https://shawnimages.netlify.app/Scripts/OtherScripts.side)\n\n  \n## About Selenium IDE\n- Open Source\n- Frontend Testing Framework\n- Browser Extension\n- Exportable to Selenium\n- Browser Recording\n\n## Pros\n- Easy to Start - The ability to record browser interactions, as opposed to writing each step manually, saves time\n- Exportable - You can quickly transition to selenium code that can run in your environment testing frameworks\n- Visual Testing - You can have test that actually verifies features from the client side\n\n\n## Cons\n- Dynamic apps - Tests can be broken often if application is consistently updated or elements are dynamically rendered\n- Not in Backend - Doesn't have access to backend API's when not integrated into your environment\n- Manual Save - Progress can be lost if the browser is closed without saving\n\n## Command Line Interface\n\nYou can schedule and run scripts programmaticly via the selenium-side-runner\n\n```bash\nnpm install -g selenium-side-runner\n```\nBe Aware: This can’t execute custom code!\n\n## Example Use Cases\n\n- Live: Deploy AWS Services\n- Send LinkedIn Notifications\n- Generate Blog Ideas\n- Twitter Engagement\n- Download AI Pictures\n- Github Engagement\n\n\n\u003cimg src=\"https://github.com/CharlesCreativeContent/myImages/blob/main/images/Browser%20Automation%20\u0026%20AWS%20Cloud%20Development%20(1).jpg?raw=true\" width=\"100%\" alt=\"Slide that says 'Thank You!' and asks if you 'Enjoyed the presentation' and provides a QR code to leave a review and get swag!\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlescreativecontent%2Faws-selenium-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlescreativecontent%2Faws-selenium-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlescreativecontent%2Faws-selenium-ide/lists"}