All Projects → sdesalas → Triflejs

sdesalas / Triflejs

Licence: mit
Headless automation for Internet Explorer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Triflejs

Chrome Har Capturer
Capture HAR files from a Chrome instance
Stars: ✭ 423 (-48.1%)
Mutual labels:  automation, browser, headless
Navalia
A bullet-proof, fast, and reliable headless browser API
Stars: ✭ 950 (+16.56%)
Mutual labels:  automation, browser, headless
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (-75.09%)
Mutual labels:  automation, browser
Nightwatch Cucumber
[DEPRECATED] Cucumber.js plugin for Nightwatch.js.
Stars: ✭ 243 (-70.18%)
Mutual labels:  automation, browser
Chrome Remote Interface
Chrome Debugging Protocol interface for Node.js
Stars: ✭ 3,603 (+342.09%)
Mutual labels:  browser, headless
Kasaya
A "WYSIWYG" (sort of) scripting language and runtime for browser automation
Stars: ✭ 1,906 (+133.87%)
Mutual labels:  automation, browser
Headless Burp
Automate security tests using Burp Suite.
Stars: ✭ 192 (-76.44%)
Mutual labels:  automation, headless
Playwright Go
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Stars: ✭ 272 (-66.63%)
Mutual labels:  automation, headless
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-86.5%)
Mutual labels:  automation, browser
Marionette
🧸 Swift library which provides a high-level API to control a WKWebView
Stars: ✭ 374 (-54.11%)
Mutual labels:  automation, headless
Nickjs
Web scraping library made by the Phantombuster team. Modern, simple & works on all websites. (Deprecated)
Stars: ✭ 494 (-39.39%)
Mutual labels:  automation, browser
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-83.19%)
Mutual labels:  automation, browser
Foot traffic
Pure Ruby DSL for Chrome scripting based on Ferrum. No Selenium required. Works from any script. Simulate web app usage scenarios in production or locally.
Stars: ✭ 123 (-84.91%)
Mutual labels:  automation, browser
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-76.07%)
Mutual labels:  automation, browser
Chrome Devtools Protocol
Chrome Devtools Protocol client for PHP
Stars: ✭ 112 (-86.26%)
Mutual labels:  automation, headless
Taiko
A node.js library for testing modern web applications
Stars: ✭ 2,964 (+263.68%)
Mutual labels:  automation, headless
Headlessbrowsers
A list of (almost) all headless web browsers in existence
Stars: ✭ 5,511 (+576.2%)
Mutual labels:  automation, browser
Rod
A Devtools driver for web automation and scraping
Stars: ✭ 1,392 (+70.8%)
Mutual labels:  automation, headless
Cli
Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.
Stars: ✭ 105 (-87.12%)
Mutual labels:  automation, headless
Undetected Chromedriver
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
Stars: ✭ 365 (-55.21%)
Mutual labels:  automation, browser

trifjeJS

A headless Internet Explorer browser using the .NET WebBrowser Class with a Javascript API running on the V8 JavaScript Engine.

The API is coded as a port of PhantomJS. Basically, if you have used phantom before then you already know how to use TrifleJS.

What is TrifleJS?

It supports different version of IE interchangeably depending on the current version installed (IE9 can emulate IE7, IE8 or IE9 but not IE10).

C:\> TrifleJS.exe --emulate=IE8 --render=http://whatbrowser.org/

IE 8

The following is a list of features that have been ported from PhantomJS.

We 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.

API Implementation

We are a bit over two-thirds through the PhantomJS API at v1.7.

More information on each component is available on triflejs.org:

Some of the big ticket items currently missing from the automation are:

  • IE Windows (File Upload, SSL Certificate Error)
  • Mouse / Keyboard interaction
  • ChildProcess module

Some items that are being deliberately left out:

  • Support for WebDriver

Roadmap

  • v0.3 - 56% of PhantomJS API (Release Notes)
  • v0.4 - 72% of PhantomJS API (Release Notes)
  • v0.5 - (work in progress..)
  • v0.6 - 100% of PhantomJS non-WebPage modules, 80% of WebPage module API
  • v0.7 - 100% of PhantomJS Core API (v1.7) + internal unit tests
  • v0.8 - CasperJS Support (implement Test suite and fixes)
  • v0.9 - Testing and Support for Windows platforms (after XP SP2).
  • v1.0 - Only minor Bugfixes left
  • v1.1 - Nice to haves (WebDriver, improved IPC, REPL Autocompletion etc)

Download

This code is still very much in beta. Check again for updates.

If you are not sure which version to use then download the ‘Latest Stable’ version.

System Requirements

The 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 released after 2001.

Here is a breakdown of current unit tests:

Windows Version IE 8 IE 9 IE 10 IE 11 EDGE 12
XP (SP2) Broken N / A N / A N / A N / A
Vista 32/64bit N / A N / A N / A
Ser 2003 32/64bi N / A N / A N / A
Win7 32bit 100% 100% 100% 100% N / A
Win7 64bit 100% 100% 100% 100% N / A
2008R2 64bit N / A
Win8 32bit N / A
Win8 64bit N / A
2012R2 64bit 100% 100% 100% 100% N / A
Win10 32bit
Win10 64bit
Ser 2016 64bit

Key:

  • 100%: Passing all unit tests
  • 1-99%: Passing some unit tests
  • Broken: Build broken.
  • (blank): Untested
  • N / A: IE Version unavailable in this platform
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].