{"id":13482546,"url":"https://github.com/sdesalas/trifleJS","last_synced_at":"2025-03-27T13:32:13.955Z","repository":{"id":10423495,"uuid":"12584242","full_name":"sdesalas/trifleJS","owner":"sdesalas","description":"Headless automation for Internet Explorer","archived":true,"fork":false,"pushed_at":"2020-01-27T21:44:50.000Z","size":123876,"stargazers_count":828,"open_issues_count":19,"forks_count":58,"subscribers_count":44,"default_branch":"master","last_synced_at":"2024-04-16T04:56:05.341Z","etag":null,"topics":["automation","browser","headless","internet-explorer"],"latest_commit_sha":null,"homepage":"http://triflejs.org/","language":"JavaScript","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/sdesalas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-04T07:07:45.000Z","updated_at":"2024-02-24T16:14:43.000Z","dependencies_parsed_at":"2022-08-28T01:11:00.406Z","dependency_job_id":null,"html_url":"https://github.com/sdesalas/trifleJS","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2FtrifleJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2FtrifleJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2FtrifleJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdesalas%2FtrifleJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdesalas","download_url":"https://codeload.github.com/sdesalas/trifleJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222262371,"owners_count":16957567,"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":["automation","browser","headless","internet-explorer"],"created_at":"2024-07-31T17:01:03.123Z","updated_at":"2024-10-30T16:31:22.030Z","avatar_url":"https://github.com/sdesalas.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Uncategorized","Browser automation","Deprecated  (a-z↓)"],"sub_categories":["Uncategorized"],"readme":"![trifjeJS](https://raw.github.com/sdesalas/trifleJS/master/Docs/logo-260x260px.png \"trifleJS\")\n\nA headless Internet Explorer browser using the [.NET WebBrowser Class](http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx) with a Javascript API running on the [V8 JavaScript Engine](http://en.wikipedia.org/wiki/V8_(JavaScript_engine)).\n\nThe API is coded as a port of [PhantomJS](http://phantomjs.org). Basically, if you have used phantom before then you already know how to use TrifleJS.\n\n![What is TrifleJS?](https://raw.github.com/sdesalas/trifleJS/master/Docs/What.Is.Trifle.png \"What is TrifleJS?\")\n\nIt supports different version of IE interchangeably depending on the current version installed (IE9 can emulate IE7, IE8 or IE9 but not IE10).\n\n    C:\\\u003e TrifleJS.exe --emulate=IE8 --render=http://whatbrowser.org/\n\n![IE 8](https://raw.github.com/sdesalas/trifleJS/master/Docs/whatbrowser.org.IE8.png \"Running as IE 8\")\n\nThe following is a list of features that have been ported from PhantomJS. \n\nWe are targetting version 1.7 as webdriver support (added in v 1.8) is too much work to put in at this stage and provides only marginal benefit.\n\n### API Implementation\n\nWe are a bit over two-thirds through the [PhantomJS API](http://phantomjs.org/api/) at `v1.7`.\n\n- [API Status (77%)](http://triflejs.org#post-112)\n\nMore information on each component is available on [triflejs.org](http://triflejs.org):\n\n- [Command Line Options](http://triflejs.org#post-29)\n- [Global Methods](http://triflejs.org#post-11)\n- [Object: phantom](http://triflejs.org#post-18)\n- [Module: System](http://triflejs.org#post-24)\n- [Module: FileSystem](http://triflejs.org#post-27)\n- [Module: WebPage](http://triflejs.org#post-20)\n- [Module: WebServer](http://triflejs.org#post-63)\n- [Module: ChildProcess](http://triflejs.org#post-222)\n- [New Features](http://triflejs.org/#post-31)\n\nSome of the big ticket items currently missing from the automation are: \n\n- IE Windows (File Upload, SSL Certificate Error)\n- Mouse / Keyboard interaction\n- ChildProcess module\n\nSome items that are being deliberately left out:\n\n- Support for WebDriver\n\n### Roadmap\n\n- `v0.3` - 56% of PhantomJS API ([Release Notes](https://github.com/sdesalas/trifleJS/releases/tag/v0.3))\n- `v0.4` - 72% of PhantomJS API ([Release Notes](https://github.com/sdesalas/trifleJS/releases/tag/v0.4))\n- `v0.5` - (work in progress..)\n- `v0.6` - 100% of PhantomJS non-WebPage modules, 80% of WebPage module API\n- `v0.7` - 100% of PhantomJS Core API (v1.7) + internal unit tests\n- `v0.8` - [CasperJS](https://github.com/n1k0/casperjs) Support (implement Test suite and fixes)\n- `v0.9` - Testing and Support for Windows platforms (after XP SP2).\n- `v1.0` - Only minor Bugfixes left\n- `v1.1` - Nice to haves (WebDriver, improved IPC, REPL Autocompletion etc)\n\n### Download\n\nThis code is still very much in beta. Check again for updates.\n\n- [Stable `v0.4`](https://github.com/sdesalas/trifleJS/releases/download/v0.4/TrifleJS.zip)\n- [Latest Beta `v0.5`](https://github.com/sdesalas/trifleJS/raw/master/Build/Binary/TrifleJS.Latest.zip)\n\nIf you are not sure which version to use then download the ‘Latest Stable’ version.\n\n#### System Requirements\n\nThe ideal installation is Windows 7 (with .NET 4.0 or higher) using IE11, however this will still work in 32-bit XP (with SP2) or versions of the [Windows NT Kernel](http://en.wikipedia.org/wiki/Comparison_of_Microsoft_Windows_versions#Windows_NT) released after 2001.\n\nHere is a breakdown of current unit tests:\n\n|Windows Version    | IE 8  | IE 9  | IE 10 | IE 11 | EDGE 12 |\n|-------------------|-------|-------|-------|-------|---------|\n|XP (SP2)           | Broken| N / A | N / A | N / A |  N / A  |\n|Vista 32/64bit     |       |       | N / A | N / A |  N / A  |\n|Ser 2003 32/64bi   |       |       | N / A | N / A |  N / A  |\n|Win7 32bit         | 100%  | 100%  | 100%  | 100%  |  N / A  |\n|Win7 64bit         | 100%  | 100%  | 100%  | 100%  |  N / A  |\n|2008R2 64bit       |       |       |       |       |  N / A  |\n|Win8 32bit         |       |       |       |       |  N / A  |\n|Win8 64bit         |       |       |       |       |  N / A  |\n|2012R2 64bit       | 100%  | 100%  | 100%  | 100%  |  N / A  |\n|Win10 32bit        |       |       |       |       |         |\n|Win10 64bit        |       |       |       |       |         |\n|Ser 2016 64bit     |       |       |       |       |         |\n\nKey:\n\n- 100%: Passing all unit tests\n- 1-99%: Passing some unit tests\n- Broken: Build broken.\n- (blank): Untested\n- N / A: IE Version unavailable in this platform\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdesalas%2FtrifleJS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdesalas%2FtrifleJS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdesalas%2FtrifleJS/lists"}