tinku99
Joined: 03 Aug 2007 Posts: 399 Location: Houston, TX
|
Posted: Tue Mar 10, 2009 10:05 am Post subject: edbrowse with ahk |
|
|
Light weight alternative to ie automation for javascript.
http://edbrowse.sourceforge.net/
after installing the dependencies with cygwin setup,
version 2 compiles on cygwin with the following changes:
changed tcp.c line 32 to
#include <sys/param.h>
LIBS = -lpcre -lm -lssl -lcrypto |
|