trifleJS icon indicating copy to clipboard operation
trifleJS copied to clipboard

Headless automation for Internet Explorer

Results 19 trifleJS issues
Sort by recently updated
recently updated
newest added

it is a nice tool for me when i am useing it on windows 2008 64bit 。because low memory and cpu taken my question is that when triflejs.exe --render=myurl opened...

E:\trifleJS-master\Build>.\Build.TrifleJS.bat Please install Windows SDK 2010. http://www.microsoft.com/en-us/download/details.aspx?id=8279 after installation , it will fail as well . In directory C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A ;I found sdk2010 has already been installed. but,why...

Hello, I'm working with a very old system that only works properly with compatibility mode enabled, if not some tables doesn't show. Works with IE6 to IE10. Without --emulate flag...

### Bug Setting the onInitialized function does not cause it to be called, as the check to call it is currently in the WebPage constructor (init function of WebPage.js). ###...

bug
fix ready
acknowledged

Hello, I'm a beginner on this and i'm trying to run trifleJs on Windows Server 2008 SP2, here's my code; **C:> TrifleJS.exe --emulate=IE8 download_data.js** download_data.js : var page1 = require('webpage').create(),...

Granted, the fragment entered in to page.content is not a full page of HTML. All the same, the response `Error getting value from 'focusedFrameName' on 'TrifleJS.API.Modules.WebPage'.` lacks grace. ``` C:\Users\Bruce\Downloads\headless\Trifle>TrifleJS.exe...

Running the exe with these arguments: \foo\foo\foo\foo\TrifleJS.exe \foo\foo\foo\foo\rasterize.js http://foo:123/foo/foo.html?foo=123 C:\foo\foo.png When doing a loop thru system.args however, only returns this: 0: \\foo\foo\foo\foo\rasterize.js I expect this: 0: \\foo\foo\foo\foo\rasterize.js 1: http://foo:123/foo/foo.html?foo=123 2:...

Trying to run TrifleJs from command line give me: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl y 'Noesis.Javascript, Version=0.0.0.0, Culture=neutral, PublicKeyToken=ae36d046c 7f89f85' or one of its dependencies. The...

bug
acknowledged

Added support for clipRect by cropping the full screen image. Somme additional information on specific code changes: API/Modules/WebPage.cs @@ -812,18 +812,26 @@ private Rectangle ClipRect There was an exception when...

enhancement
acknowledged

TrifleJS is using JSON.stringify() to copy objects from IE context to the V8 runtime where test scripts are executed. Thus if you do something like this: ``` page.onCallback = function(theDate,...

bug