{"id":19129628,"url":"https://github.com/a9t9/seeshell","last_synced_at":"2026-02-26T09:37:50.145Z","repository":{"id":143223050,"uuid":"77462195","full_name":"A9T9/SeeShell","owner":"A9T9","description":"Documentation and example scripts for SeeShell Automation","archived":false,"fork":false,"pushed_at":"2018-10-11T10:32:16.000Z","size":10179,"stargazers_count":39,"open_issues_count":0,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-03T10:46:49.567Z","etag":null,"topics":["computer-vision","desktop-automation","freeware","gui-testing","image-recognition","ocr","robotic-process-automation","rpa","sample-app","screen-scraping","sikuli","sikulix","test-automation","uipath","webscraping"],"latest_commit_sha":null,"homepage":"https://a9t9.com/SeeShell","language":"Visual Basic","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/A9T9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2016-12-27T14:42:48.000Z","updated_at":"2024-09-12T20:06:34.000Z","dependencies_parsed_at":"2023-10-03T14:55:24.907Z","dependency_job_id":null,"html_url":"https://github.com/A9T9/SeeShell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A9T9%2FSeeShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A9T9%2FSeeShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A9T9%2FSeeShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/A9T9%2FSeeShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/A9T9","download_url":"https://codeload.github.com/A9T9/SeeShell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240206970,"owners_count":19765036,"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","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":["computer-vision","desktop-automation","freeware","gui-testing","image-recognition","ocr","robotic-process-automation","rpa","sample-app","screen-scraping","sikuli","sikulix","test-automation","uipath","webscraping"],"created_at":"2024-11-09T06:07:59.770Z","updated_at":"2026-02-26T09:37:45.118Z","avatar_url":"https://github.com/A9T9.png","language":"Visual Basic","readme":"# SeeShell\nExample code for working with the SeeShell API. The API is ideal for more complex automation tasks, when a \"linear\" macro is not sufficient. The API allows you to control all SeeShell functions from your favorite programming or scripting language. \n\nNote that some \"ready to run\" VBS and Powershell sample scripts are automatically installed with SeeShell. You find them in the folder \n\n- Desktop automation: C:\\Users\\ [Your user name]  \\documents\\SeeShell\\API\n- Web automation: C:\\Users\\ [Your user name] \\documents\\SeeShell.Browser\\API\n\nIf you deleted these files, or simply want to update them to the latest version, you can download and re-run a demo file installer. It does not include SeeShell, but only updates the demo macros and the demo VBS and Powershell scripts.\n\n-  Desktop automation: [Download SeeShellDesktopDemoFiles-Setup.exe](http://download.a9t9.com/SeeShell/SeeShellDesktopDemoFiles-Setup.exe)\n-  Web Automation: [Download SeeShellBrowserDemoFiles-Setup.exe](http://download.a9t9.com/SeeShell/SeeShellBrowserDemoFiles-Setup.exe)\n\nDocumentation: https://a9t9.com/SeeShell/docs\n\nAPI:  https://a9t9.com/SeeShell/docs#api\n\nFAQ: https://a9t9.com/SeeShell/docs#faq\n\n**SeeShell separates the linear image flow logic (the screenshot scripts) and the programming/scripting logic with its Scripting API.** So for tasks like conditional statements, use the API Scripting Interface. The PLAY command always returns detailed status and error information, and use can use this to base your IF/THEN/ELSE decisions on:\n\n~~~~\nIntegerReturnValue = objSeeShell.Play (\"Macro1.see\")\n\nif IntegerReturnValue = 1 then\n  'Do something\n  MsgBox \"OK!\"\nelse\n  'error, do something else, like running another SeeShell macro.\n  IntegerReturnValue = objSeeShell.Play (\"Macro2.see\")\nend if\n~~~~\n\nTechnically, the API is implemented as a Windows COM interface. So while this example uses the VBS/Visual Basic syntax,  you can use the SeeShell COM object from any programming or scripting language on Windows.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa9t9%2Fseeshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa9t9%2Fseeshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa9t9%2Fseeshell/lists"}